aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-02 01:19:56 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-02 01:19:56 +0000
commit6c021fdc2f9defa902ae6e74a8ee44c402acf421 (patch)
treea0c5a94cc283943f512f9643c277adcbfc3c7f8a /ChangeLog
parent68979757bc2813c52f751a1e7fbc784567798b31 (diff)
downloadglibc-6c021fdc2f9defa902ae6e74a8ee44c402acf421.tar
glibc-6c021fdc2f9defa902ae6e74a8ee44c402acf421.tar.gz
glibc-6c021fdc2f9defa902ae6e74a8ee44c402acf421.tar.bz2
glibc-6c021fdc2f9defa902ae6e74a8ee44c402acf421.zip
Update.
* sysdeps/generic/initfini.c (_init): One less relocation. Don't have extra call to __gmon_start__, use the pointer we already have.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d24f09dec..4100b0ceba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-06-01 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/generic/initfini.c (_init): One less relocation. Don't
+ have extra call to __gmon_start__, use the pointer we already have.
+
* elf/elf.h (ELF64_R_INFO): Cast sym value to Elf64_Xword before
shifting.