diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-05-15 12:18:53 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-05-15 12:18:53 +0000 |
commit | 5c18022ec57b2c4ad4d94a76d8d9c8424253954a (patch) | |
tree | a042e6e5e0d7366973825d0f01d2d0e60e7eeabe /bfd/ChangeLog | |
parent | 2a67688880dc1a9cbb6308c22ea6e62ff4c51297 (diff) | |
download | gdb-5c18022ec57b2c4ad4d94a76d8d9c8424253954a.zip gdb-5c18022ec57b2c4ad4d94a76d8d9c8424253954a.tar.gz gdb-5c18022ec57b2c4ad4d94a76d8d9c8424253954a.tar.bz2 |
bfd/
* elfxx-mips.c (mips_elf_create_local_got_entry): Remove
input_section argument. Create .rela.dyn relocations against
symbol 0 rather than the section symbol.
(mips_elf_local_got_index): Remove input_section argument.
Update call to mips_elf_create_local_got_entry.
(mips_elf_got_page, mips_elf_got16_entry): Likewise.
(mips_elf_calculate_relocation): Update calls to
mips_elf_local_got_index, mips_elf_got16_entry and mips_elf_got_page.
ld/testsuite/
* ld-mips-elf/vxworks1-lib.rd: Expect the GOT relocation to be
against symbol 0.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5d54f5c..8e22a913 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2007-05-15 Richard Sandiford <richard@codesourcery.com> + + * elfxx-mips.c (mips_elf_create_local_got_entry): Remove + input_section argument. Create .rela.dyn relocations against + symbol 0 rather than the section symbol. + (mips_elf_local_got_index): Remove input_section argument. + Update call to mips_elf_create_local_got_entry. + (mips_elf_got_page, mips_elf_got16_entry): Likewise. + (mips_elf_calculate_relocation): Update calls to + mips_elf_local_got_index, mips_elf_got16_entry and mips_elf_got_page. + 2007-05-15 Mark Shinwell <shinwell@codesourcery.com> * elf32-arm.c (elf32_arm_final_link_relocate): Correctly |