diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-02 16:45:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-02 16:45:53 +0000 |
commit | 82ee37c5104b12116f14fb6b00b1dce06dcd3344 (patch) | |
tree | 3a8de9b0cfa290e9d52ca6f825ceddf29cd0853a /posix | |
parent | 5632cd20609a6d52f108d745b77830eddf7d3af7 (diff) | |
download | glibc-82ee37c5104b12116f14fb6b00b1dce06dcd3344.tar glibc-82ee37c5104b12116f14fb6b00b1dce06dcd3344.tar.gz glibc-82ee37c5104b12116f14fb6b00b1dce06dcd3344.tar.bz2 glibc-82ee37c5104b12116f14fb6b00b1dce06dcd3344.zip |
[BZ #2980]cvs/fedora-glibc-20060802T1650
2006-06-23 Joseph Myers <joseph@codesourcery.com>
[BZ #2980]
* posix/Makefile (CFLAGS-waitid.c): Add
-fasynchronous-unwind-tables.
2006-08-02 Ulrich Drepper <drepper@redhat.com>
* elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
walk them instead of the symbol table.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index a9d99102ae..3b97ff013e 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -141,7 +141,7 @@ CFLAGS-pwrite.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-pwrite64.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-sleep.c = -fexceptions CFLAGS-wait.c = -fexceptions -fasynchronous-unwind-tables -CFLAGS-waitid.c = -fexceptions +CFLAGS-waitid.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-waitpid.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-getopt.c = -fexceptions CFLAGS-wordexp.c = -fexceptions |