diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-11-01 22:24:49 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-11-01 22:24:49 -0400 |
commit | d35dce5213b357c218e252cbcb7a853cdecfcb41 (patch) | |
tree | d74c39739e52583229de726b281c6f97e4c9cef2 /ChangeLog | |
parent | 34372fc6d3e7bb8870905a6ac124bb2217e3800a (diff) | |
parent | 647776f663e8bb9ee365e0dbabd3702b8cb80bc3 (diff) | |
download | glibc-d35dce5213b357c218e252cbcb7a853cdecfcb41.tar glibc-d35dce5213b357c218e252cbcb7a853cdecfcb41.tar.gz glibc-d35dce5213b357c218e252cbcb7a853cdecfcb41.tar.bz2 glibc-d35dce5213b357c218e252cbcb7a853cdecfcb41.zip |
Merge branch 'master' of ssh://sourceware.org/git/glibc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2011-11-01 Andreas Schwab <schwab@linux-m68k.org> + + * include/alloca.h (stackinfo_alloca_round): Define. + (extend_alloca): Use it. + [_STACK_GROWS_UP]: Correct check for adjacent allocation. + * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size + here. + + * scripts/check-local-headers.sh: Ignore libaudit.h. + + * nscd/Makefile (extra-objs): Make recursively expanded. + 2011-11-01 Ulrich Drepper <drepper@gmail.com> * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales. |