diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-01 08:52:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-01 08:52:38 +0000 |
commit | 80b5421740a2aeed70072c378762005b671086af (patch) | |
tree | 8ec9e742adb052f5f9b2a7c246ca24f3712c093e /elf | |
parent | 31195be25b5cd8e88426ab2496eaeb4d508b0764 (diff) | |
download | glibc-80b5421740a2aeed70072c378762005b671086af.zip glibc-80b5421740a2aeed70072c378762005b671086af.tar.gz glibc-80b5421740a2aeed70072c378762005b671086af.tar.bz2 |
Update.
2003-06-01 Ulrich Drepper <drepper@redhat.com>
* elf/Makefile (CFLAGS-dl-runtime.c): Define.
* wcsmbs/wcpncpy.c (__wcpncpy): Fix broken implementation to match
stpncpy.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index c557bd8..003f77e 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -82,6 +82,8 @@ distribute := rtld-Rules \ tst-array2dep.c \ check-textrel.c dl-sysdep.h +CFLAGS-dl-runtime.c = -fexceptions -fasynchronous-unwind-tables + include ../Makeconfig ifeq ($(unwind-find-fde),yes) |