about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-03-08 17:52:13 +0000
committerUlrich Drepper <drepper@redhat.com>2008-03-08 17:52:13 +0000
commit368a8dec0ae2209be167daea8034646abcba220d (patch)
treea3b5dd92e75aeb0caf10597c12ef915fb1d25e0f /ChangeLog
parent7c22c7ec9a8170f3d1006ddf21d74cd9d2316332 (diff)
downloadglibc-368a8dec0ae2209be167daea8034646abcba220d.tar.gz
glibc-368a8dec0ae2209be167daea8034646abcba220d.tar.xz
glibc-368a8dec0ae2209be167daea8034646abcba220d.zip
* sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
	.o file.
	* elf/Makefile (routines): Add dl-sysdep.
	(elide-routines.os): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3746f9797..a6a47faf4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-03-08  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
+	.o file.
+	* elf/Makefile (routines): Add dl-sysdep.
+	(elide-routines.os): Likewise.
+
 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
 
 	[BZ #5786]