diff options
author | Andreas Jaeger <aj@suse.de> | 2005-07-15 10:49:02 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2005-07-15 10:49:02 +0000 |
commit | 5852d1e52d0fa09e8c81275e1d388c37f61e3078 (patch) | |
tree | 3b660e43b50ef26d1f0b420be2a8bfed94d41041 | |
parent | 5bcbe69fa82c5aed392836b843a33854f6eb0a0d (diff) | |
download | glibc-5852d1e52d0fa09e8c81275e1d388c37f61e3078.tar glibc-5852d1e52d0fa09e8c81275e1d388c37f61e3078.tar.gz glibc-5852d1e52d0fa09e8c81275e1d388c37f61e3078.tar.bz2 glibc-5852d1e52d0fa09e8c81275e1d388c37f61e3078.zip |
Update.
2005-07-15 Andreas Jaeger <aj@suse.de>
* debug/Makefile (tst-lfschk3-ENV): New, set locale.
(tst-lfschk2-ENV): New.
(tst-lfschk1-ENV): New.
(tst-chk3-ENV): New.
(tst-chk2-ENV): New.
(tst-chk1-ENV): New.
* include/stdlib.h: Remove malloc attribute from __posix_memalign.
* stdlib/stdlib.h: Likewise.
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | debug/Makefile | 7 |
2 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-07-15 Andreas Jaeger <aj@suse.de> + + * debug/Makefile (tst-lfschk3-ENV): New, set locale. + (tst-lfschk2-ENV): New. + (tst-lfschk1-ENV): New. + (tst-chk3-ENV): New. + (tst-chk2-ENV): New. + (tst-chk1-ENV): New. + + * include/stdlib.h: Remove malloc attribute from __posix_memalign. + * stdlib/stdlib.h: Likewise. + 2005-07-15 Ulrich Drepper <drepper@redhat.com> * wcsmbs/bits/wchar2.h: New file. diff --git a/debug/Makefile b/debug/Makefile index 3f18359a74..879764a495 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -67,6 +67,13 @@ CFLAGS-pread64_chk.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-recv_chk.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-recvfrom_chk.c = -fexceptions -fasynchronous-unwind-tables +tst-chk1-ENV = LOCPATH=$(common-objpfx)localedata +tst-chk2-ENV = LOCPATH=$(common-objpfx)localedata +tst-chk3-ENV = LOCPATH=$(common-objpfx)localedata +tst-lfschk1-ENV = LOCPATH=$(common-objpfx)localedata +tst-lfschk2-ENV = LOCPATH=$(common-objpfx)localedata +tst-lfschk3-ENV = LOCPATH=$(common-objpfx)localedata + tests = backtrace-tst tst-chk1 tst-chk2 tst-chk3 \ tst-lfschk1 tst-lfschk2 tst-lfschk3 test-strcpy_chk test-stpcpy_chk |