diff options
author | Ian Lance Taylor <ian@airs.com> | 2004-12-09 07:12:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2004-12-09 07:12:28 +0000 |
commit | 1367d393bb745062d59a988a408f36bbb326764d (patch) | |
tree | 5c7fde6670180a5f992034c117c7a92eaf160d4f /bfd/ChangeLog | |
parent | 74f79d8d758e2fda40bc52ab999b56f0e933c866 (diff) | |
download | gdb-1367d393bb745062d59a988a408f36bbb326764d.zip gdb-1367d393bb745062d59a988a408f36bbb326764d.tar.gz gdb-1367d393bb745062d59a988a408f36bbb326764d.tar.bz2 |
* elfxx-mips.c (mips_elf_calculate_relocation): For R_MIPS_JALR,
return a real value, unless it is a PLT symbol.
(mips_elf_perform_relocation): On the RM9000, turn a jal into a
bal if possible.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5f79f68..6669277 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com> + * elfxx-mips.c (mips_elf_calculate_relocation): For R_MIPS_JALR, + return a real value, unless it is a PLT symbol. + (mips_elf_perform_relocation): On the RM9000, turn a jal into a + bal if possible. + * elfn32-mips.c (elf_mips_howto_table_rela): Change dst_mask of R_MIPS_JALR entry to 0. |