aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-02-12 15:17:30 +0000
committerUlrich Drepper <drepper@redhat.com>2007-02-12 15:17:30 +0000
commit2f978feb67c29ce3eb866aa719ed75ebdaabf4d1 (patch)
treef61c658fbc5aa098e4fc86b67ac7a2d323793020 /ChangeLog
parent5ed61e0fd6177e6ef6054a15ca04d0f5e90851d8 (diff)
downloadglibc-2f978feb67c29ce3eb866aa719ed75ebdaabf4d1.tar
glibc-2f978feb67c29ce3eb866aa719ed75ebdaabf4d1.tar.gz
glibc-2f978feb67c29ce3eb866aa719ed75ebdaabf4d1.tar.bz2
glibc-2f978feb67c29ce3eb866aa719ed75ebdaabf4d1.zip
* elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
* elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined references.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07fe6a9b30..6a2d8247ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-12 Ulrich Drepper <drepper@redhat.com>
+
+ * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
+ * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
+ references.
+
2007-02-09 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.