about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-01 09:36:26 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-01 09:36:26 +0000
commit50746436e142e98b967e7c5329e41879c83591a9 (patch)
tree42e5119da1a489df007546a37a710975561a2ce2 /ChangeLog
parentccdf0cab1d670a05afff42b02c7583ccd23abde9 (diff)
downloadglibc-50746436e142e98b967e7c5329e41879c83591a9.tar.gz
glibc-50746436e142e98b967e7c5329e41879c83591a9.tar.xz
glibc-50746436e142e98b967e7c5329e41879c83591a9.zip
Update.
2002-02-01  Ulrich Drepper  <drepper@redhat.com>

	* elf/rtld.c (_dl_start): Mark as internal_function.
	* sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
	in register.
	(elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
	General pretty printing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ac8c20244..f97e882bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-02-01  Ulrich Drepper  <drepper@redhat.com>
+
+	* elf/rtld.c (_dl_start): Mark as internal_function.
+	* sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
+	in register.
+	(elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
+	General pretty printing.
+
 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
 
 	* elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.