about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-11-01 22:24:49 -0400
committerUlrich Drepper <drepper@gmail.com>2011-11-01 22:24:49 -0400
commitd35dce5213b357c218e252cbcb7a853cdecfcb41 (patch)
treed74c39739e52583229de726b281c6f97e4c9cef2 /ChangeLog
parent34372fc6d3e7bb8870905a6ac124bb2217e3800a (diff)
parent647776f663e8bb9ee365e0dbabd3702b8cb80bc3 (diff)
downloadglibc-d35dce5213b357c218e252cbcb7a853cdecfcb41.tar.gz
glibc-d35dce5213b357c218e252cbcb7a853cdecfcb41.tar.xz
glibc-d35dce5213b357c218e252cbcb7a853cdecfcb41.zip
Merge branch 'master' of ssh://sourceware.org/git/glibc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f18c5cbf4b..3b59f298c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.