about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-06 18:58:09 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-06 18:58:09 +0000
commitefedd9cf71dd21618635d5f52717a713505ad5d7 (patch)
tree6d89a517a2b42a79e3c0e47a3eac0f408aac8c7d /ChangeLog
parentc70ad7d71e248cade1345ce53a4229a43edbc932 (diff)
downloadglibc-efedd9cf71dd21618635d5f52717a713505ad5d7.tar.gz
glibc-efedd9cf71dd21618635d5f52717a713505ad5d7.tar.xz
glibc-efedd9cf71dd21618635d5f52717a713505ad5d7.zip
Update.
2003-04-06  Jakub Jelinek  <jakub@redhat.com>

	* elf/rtld.c: Revert 2003-03-14 change.
	* elf/dl-conflict.c (_dl_resolve_conflicts): Move
	#if ! ELF_MACHINE_NO_RELA conditional into the routine.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6371540d0..b5016ceab6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-06  Jakub Jelinek  <jakub@redhat.com>
+
+	* elf/rtld.c: Revert 2003-03-14 change.
+	* elf/dl-conflict.c (_dl_resolve_conflicts): Move
+	#if ! ELF_MACHINE_NO_RELA conditional into the routine.
+
 2003-04-05  Ulrich Drepper  <drepper@redhat.com>
 
 	* sunrpc/xdr.c (xdr_string): Catch nodesize == 0 [PR libc/4999].