From 45b96dd684f1bc25d3ba113dbe6795b1c4db57f5 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 1 Nov 2011 10:40:53 +0100 Subject: Properly set extra-objs in nscd makefile --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b8bfd16c84..872d4a5173 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-11-01 Andreas Schwab + + * nscd/Makefile (extra-objs): Make recursively expanded. + 2011-11-01 Ulrich Drepper * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function. -- cgit v1.2.3 From d91a8b93aaa8a3d2d9b5fd64e111c5a4eb24d2b9 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 1 Nov 2011 10:49:13 +0100 Subject: Ignore libaudit.h when checking for system header use --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 872d4a5173..c8bf9b7923 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-11-01 Andreas Schwab + * scripts/check-local-headers.sh: Ignore libaudit.h. + * nscd/Makefile (extra-objs): Make recursively expanded. 2011-11-01 Ulrich Drepper -- cgit v1.2.3 From 647776f663e8bb9ee365e0dbabd3702b8cb80bc3 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 1 Nov 2011 18:05:31 +0100 Subject: Account for alloca size rounding in extend_alloca --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c8bf9b7923..a70847edb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-11-01 Andreas Schwab + * 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. -- cgit v1.2.3