[BZ #869, BZ #1113]
authorRoland McGrath <roland@gnu.org>
Tue, 19 Jul 2005 03:55:04 +0000 (03:55 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 19 Jul 2005 03:55:04 +0000 (03:55 +0000)
2005-07-18  Roland McGrath  <roland@redhat.com>
[BZ #869]
* Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of
objdump command line.

[BZ #1113]

ChangeLog

index a134451..a3edf5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
+2005-07-18  Roland McGrath  <roland@redhat.com>
+
+       [BZ #869]
+       * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of
+       objdump command line.
+
 2005-07-18  Ulrich Drepper  <drepper@redhat.com>
 
        * 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 <ivg2@cornell.edu>.