diff options
author | Nick Clifton <nickc@redhat.com> | 2009-07-17 09:46:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-07-17 09:46:00 +0000 |
commit | 6d30f5b2dcf2d644300d8ab5ada56cfa22f97bf2 (patch) | |
tree | 7b1ff0b8cc51b35b86d516de0c56a8c7182b5767 /bfd/ChangeLog | |
parent | 1ef4d87fe8cce2596a7d1d1c458db1b11c2c5d0e (diff) | |
download | gdb-6d30f5b2dcf2d644300d8ab5ada56cfa22f97bf2.zip gdb-6d30f5b2dcf2d644300d8ab5ada56cfa22f97bf2.tar.gz gdb-6d30f5b2dcf2d644300d8ab5ada56cfa22f97bf2.tar.bz2 |
* elfxx-mips.c (LOAD_INTERLOCKS_P): New define.
(_bfd_mips_elf_size_dynamic_sections): For CPUs without load
interlocking, the last PLT entry needs a nop in the branch delay slot.
(_bfd_mips_elf_finish_dynamic_symbol): For CPUs with load itnerlocking,
output the last two PLT entries in reverse order.
* ld-mips-elf/pic-and-nonpic-3b.dd,
ld-mips-elf/pic-and-nonpic-5b.dd,
ld-mips-elf/pic-and-nonpic-6-o32.dd: Updated to use new PLT entries.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 79a75d9..c8f1d85 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2009-07-17 Chao-ying Fu <fu@mips.com> + + * elfxx-mips.c (LOAD_INTERLOCKS_P): New define. + (_bfd_mips_elf_size_dynamic_sections): For CPUs without load + interlocking, the last PLT entry needs a nop in the branch delay slot. + (_bfd_mips_elf_finish_dynamic_symbol): For CPUs with load itnerlocking, + output the last two PLT entries in reverse order. + 2009-07-16 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c (elf_i386_relocate_section): Don't get local |