diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-26 09:17:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-26 09:17:23 +0000 |
commit | a711b01d34ca5de9857ca5d19235812674fccee6 (patch) | |
tree | 1073e9cf9b096ff80eee7263a6b885cc161f2e43 /ChangeLog | |
parent | 7c69dc8bc888762333f5ccf1c8c7fb5883ffc6ed (diff) | |
download | glibc-a711b01d34ca5de9857ca5d19235812674fccee6.tar.gz glibc-a711b01d34ca5de9857ca5d19235812674fccee6.tar.xz glibc-a711b01d34ca5de9857ca5d19235812674fccee6.zip |
Update.
2001-08-26 Ulrich Drepper <drepper@redhat.com> * config.h.in: Add HAVE_Z_COMBRELOC. * configure.in: Add test for -z combreloc. * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and optimizations. Use HAVE_Z_COMBRELOC to avoid generaton of R_386_RELATIVE handling for ld.so startup.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a527941d6e..efa4644bcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-08-26 Ulrich Drepper <drepper@redhat.com> + + * config.h.in: Add HAVE_Z_COMBRELOC. + * configure.in: Add test for -z combreloc. + + * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and + optimizations. Use HAVE_Z_COMBRELOC to avoid generaton of + R_386_RELATIVE handling for ld.so startup. + 2001-08-25 Ulrich Drepper <drepper@redhat.com> * po/tr.po: Update from translation team. |