diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-10-10 18:44:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-10-10 18:44:33 +0000 |
commit | 1c92cebb26a62dbf3dc3d5d53a1aa52782dbe015 (patch) | |
tree | 5d4bdcfc635d6520c6bb33e814890ee937d498fb /ChangeLog | |
parent | b61345a1add0789a12fe341563374d64b5134771 (diff) | |
download | glibc-1c92cebb26a62dbf3dc3d5d53a1aa52782dbe015.tar glibc-1c92cebb26a62dbf3dc3d5d53a1aa52782dbe015.tar.gz glibc-1c92cebb26a62dbf3dc3d5d53a1aa52782dbe015.tar.bz2 glibc-1c92cebb26a62dbf3dc3d5d53a1aa52782dbe015.zip |
Update.
2001-10-10 Ulrich Drepper <drepper@redhat.com>
* elf/elf.h: Add more ELFOSABI_* constants.
(sparc64_fixup_plt): Moved from elf_machine_fixup_plt. Optimize
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-10-10 Ulrich Drepper <drepper@redhat.com> + + * elf/elf.h: Add more ELFOSABI_* constants. + 2001-10-04 Ben Collins <bcollins@debian.org> * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in @@ -44,7 +48,7 @@ * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call sparc64_fixup_plt. - (sparc64_fixup_plt): Moved from elf_machine_fixup_plt. Optimize + (sparc64_fixup_plt): Moved from elf_machine_fixup_plt. Optimize near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety for non-lazy binding. Fix .plt[32768+] handling. (elf_machine_plt_value): Don't add addend. |