about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-07-19 03:55:04 +0000
committerRoland McGrath <roland@gnu.org>2005-07-19 03:55:04 +0000
commit0c1a4a1995810a4ea3588f9a897045f1a0f59e7c (patch)
tree562c4356a6d4fca3761f401a88274f13fdbbd7ee
parent90a62401c6c3ffbb9522a01d9905b8a4d4d9866e (diff)
downloadglibc-0c1a4a1995810a4ea3588f9a897045f1a0f59e7c.tar.gz
glibc-0c1a4a1995810a4ea3588f9a897045f1a0f59e7c.tar.xz
glibc-0c1a4a1995810a4ea3588f9a897045f1a0f59e7c.zip
[BZ #869, BZ #1113]
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]
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a134451557..a3edf5d787 100644
--- 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>.