diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-02-11 22:29:10 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2005-02-11 22:29:10 +0000 |
commit | 254f0426b522d3abc060f9eee02484dab96fb699 (patch) | |
tree | 18e7cf53350077ce54944bf8f7d2578ced5f135a /bfd/ChangeLog | |
parent | 01b9137461f11882a03589e8c40fd718b0c09a09 (diff) | |
download | gdb-254f0426b522d3abc060f9eee02484dab96fb699.zip gdb-254f0426b522d3abc060f9eee02484dab96fb699.tar.gz gdb-254f0426b522d3abc060f9eee02484dab96fb699.tar.bz2 |
* elf32-mips.c (_bfd_mips_elf32_gprel16_reloc): Reject
R_MIPS_LITERAL relocations for external symbols.
* elf64-mips.c (mips_elf64_literal_reloc): Likewise.
* elfn32-mips.c (mips_elf_literal_reloc): Likewise.
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 17fe6e6..89ca22a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2005-02-11 Maciej W. Rozycki <macro@mips.com> + + * elf32-mips.c (_bfd_mips_elf32_gprel16_reloc): Reject + R_MIPS_LITERAL relocations for external symbols. + * elf64-mips.c (mips_elf64_literal_reloc): Likewise. + * elfn32-mips.c (mips_elf_literal_reloc): Likewise. + 2005-02-11 H.J. Lu <hongjiu.lu@intel.com> * bfd-in2.h: Rebuilt. |