about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-31 08:28:44 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-31 08:28:44 +0000
commita778db0624f4359cd0e1aea9384235d4a376b1a8 (patch)
tree5d154b71f8bc82f277b570cd80e819c6fd011f97 /ChangeLog
parentfbcc0996a825f961bf7669fa54b58027b0e663ec (diff)
downloadglibc-a778db0624f4359cd0e1aea9384235d4a376b1a8.tar.gz
glibc-a778db0624f4359cd0e1aea9384235d4a376b1a8.tar.xz
glibc-a778db0624f4359cd0e1aea9384235d4a376b1a8.zip
Update.
	* sysdeps/i386/dl-machine.h (elf_machine_rel): For the version to
	relocate ld.so don't add supprt for relocations which should not
	appear in ld.so.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b8f6cca9a..8d25c92c9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/i386/dl-machine.h (elf_machine_rel): For the version to
+	relocate ld.so don't add supprt for relocations which should not
+	appear in ld.so.
+
 	* malloc/malloc.c (ptmalloc_init): Optimize a bit by not calling
 	__secure_getenv.  Instead test __libc_enable_secure once.