diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-01 03:33:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-01 03:33:06 +0000 |
commit | 96c814d3d866eff5a86599cbe567ca167189c7ea (patch) | |
tree | b7db9cfed4a4797b246836bd8559996eb31ba2fe /nptl/Makefile | |
parent | 3a4d1e1e490a8c98ad8478973936880c3f4af0bd (diff) | |
download | glibc-96c814d3d866eff5a86599cbe567ca167189c7ea.tar glibc-96c814d3d866eff5a86599cbe567ca167189c7ea.tar.gz glibc-96c814d3d866eff5a86599cbe567ca167189c7ea.tar.bz2 glibc-96c814d3d866eff5a86599cbe567ca167189c7ea.zip |
Update.
* sysdeps/unix/sysv/linux/unwindbuf.sym: New file.
* sysdeps/unix/sysv/linux/Makefile: Add rule to build unwindbuf.h.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 09a7ecc1b2..a261efbb6d 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -244,7 +244,8 @@ tests += tst-cancelx2 tst-cancelx3 tst-cancelx4 tst-cancelx5 \ tst-cancelx6 tst-cancelx7 tst-cancelx8 tst-cancelx9 tst-cancelx10 \ tst-cancelx11 tst-cancelx12 tst-cancelx13 tst-cancelx14 tst-cancelx15\ tst-cancelx16 tst-cancelx17 tst-cancelx18 \ - tst-cleanupx0 tst-cleanupx1 tst-cleanupx2 tst-cleanupx3 + tst-cleanupx0 tst-cleanupx1 tst-cleanupx2 tst-cleanupx3 \ + tst-oncex3 tst-oncex4 endif ifeq ($(build-shared),yes) tests += tst-atfork2 tst-tls3 @@ -369,6 +370,8 @@ CFLAGS-tst-cleanupx0.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-tst-cleanupx1.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-tst-cleanupx2.c += -fexceptions CFLAGS-tst-cleanupx3.c += -fexceptions +CFLAGS-tst-oncex3.c += -fexceptions +CFLAGS-tst-oncex4.c += -fexceptions tst-cancel7-ARGS = --command "$(built-program-cmd)" tst-umask1-ARGS = $(objpfx)tst-umask1.temp |