From: Roland McGrath Date: Tue, 19 Jul 2005 03:55:04 +0000 (+0000) Subject: [BZ #869, BZ #1113] X-Git-Tag: cvs/fedora-glibc-20050721T0814~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c1a4a1995810a4ea3588f9a897045f1a0f59e7c;p=thirdparty%2Fglibc.git [BZ #869, BZ #1113] 2005-07-18 Roland McGrath [BZ #869] * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of objdump command line. [BZ #1113] --- diff --git a/ChangeLog b/ChangeLog index a1344515576..a3edf5d7876 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,16 @@ +2005-07-18 Roland McGrath + + [BZ #869] + * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of + objdump command line. + 2005-07-18 Ulrich Drepper * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE. * nscd/connections.c: Fix a few wur warnings. + [BZ #1113] * nscd/grpcache.c (cache_addgr): Use correct maximum for group ID length. Patch by Ivan Gyurdiev .