diff options
author | DJ Delorie <dj@redhat.com> | 2008-07-15 18:48:07 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2008-07-15 18:48:07 +0000 |
commit | 605d18d4351b43e619928770c2912d07175cb1e4 (patch) | |
tree | fdcf4792ccf4c333a6a35756f7eddb7e5967a7c4 /bfd/ChangeLog | |
parent | f92aeb88dfc41c92d14c936cba37674ad0432acf (diff) | |
download | gdb-605d18d4351b43e619928770c2912d07175cb1e4.zip gdb-605d18d4351b43e619928770c2912d07175cb1e4.tar.gz gdb-605d18d4351b43e619928770c2912d07175cb1e4.tar.bz2 |
* elf-m10300.c (mn10300_elf_final_link_relocate): Correct overflow
checks for PCREL8, PCREL16, GOTPC16, GOTOFF16, PLT16, and GOT16
relocs.
(mn10300_elf_relax_section): Correct jump offset check when target
is in a different section.
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 769dd8b..443786b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2008-07-14 DJ Delorie <dj@redhat.com> + + * elf-m10300.c (mn10300_elf_final_link_relocate): Correct overflow + checks for PCREL8, PCREL16, GOTPC16, GOTOFF16, PLT16, and GOT16 + relocs. + (mn10300_elf_relax_section): Correct jump offset check when target + is in a different section. + 2008-07-15 Jie Zhang <jie.zhang@analog.com> * elf32-bfin.c (elf32_bfin_special_sections[]): New. |