diff options
author | Alan Modra <amodra@gmail.com> | 2003-07-02 07:41:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-07-02 07:41:51 +0000 |
commit | 772119ce53adb8885567f097e4959f54c6f2322c (patch) | |
tree | 06daacd7d9cb51c05d6b5c6bb8e4d5939caf4d87 /bfd/ChangeLog | |
parent | 65968516b941facd2b2e334a8153d769e78ee16e (diff) | |
download | gdb-772119ce53adb8885567f097e4959f54c6f2322c.zip gdb-772119ce53adb8885567f097e4959f54c6f2322c.tar.gz gdb-772119ce53adb8885567f097e4959f54c6f2322c.tar.bz2 |
* elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* and
_restf* to be satisfied by shared libs, and always force them local.
(toc_adjusting_stub_needed): Avoid scanning linker created sections.
Correct test for "bl".
(ppc64_elf_relocate_section <R_PPC64_TLS>): Correct test for
primary opcode 31.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 69af25e..6d520ca 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2003-07-02 Alan Modra <amodra@bigpond.net.au> + + * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* and + _restf* to be satisfied by shared libs, and always force them local. + (toc_adjusting_stub_needed): Avoid scanning linker created sections. + Correct test for "bl". + (ppc64_elf_relocate_section <R_PPC64_TLS>): Correct test for + primary opcode 31. + 2003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com> * elf32-s390.c (s390_elf_ldisp_reloc): New prototype. |