diff options
author | Matt Thomas <matt@3am-software.com> | 2009-04-02 00:20:42 +0000 |
---|---|---|
committer | Matt Thomas <matt@3am-software.com> | 2009-04-02 00:20:42 +0000 |
commit | fe723c8722e3b99a1d85807c4a53241fafa310bc (patch) | |
tree | 1ee28f8fabe476acf70d872d9145649d9f15a505 /bfd/ChangeLog | |
parent | 745435b680590fff37a8312cdfddd3d6b802610e (diff) | |
download | gdb-fe723c8722e3b99a1d85807c4a53241fafa310bc.zip gdb-fe723c8722e3b99a1d85807c4a53241fafa310bc.tar.gz gdb-fe723c8722e3b99a1d85807c4a53241fafa310bc.tar.bz2 |
2009-04-01 Matt Thomas <matt@netbsd.org>
* elf32-vax.c (elf_vax_check_relocs): Do not put relocations against
hidden symbols into the GOT or PLT.GOT.
(elf_vax_relocate_section): Do not emit a PCREL reloc
into a shared object if it is against a hidden symbol.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d4b319d..89fab56 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2009-04-01 Matt Thomas <matt@netbsd.org> + + * elf32-vax.c (elf_vax_check_relocs): Do not put relocations against + hidden symbols into the GOT or PLT.GOT. + (elf_vax_relocate_section): Do not emit a PCREL reloc + into a shared object if it is against a hidden symbol. + 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com> * xcofflink.c (xcoff_archive_info): Add contains_shared_object_p |