summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2008-07-15 18:48:07 +0000
committerDJ Delorie <dj@delorie.com>2008-07-15 18:48:07 +0000
commit9a4fe00177999922938ff117eef88f0166dabca8 (patch)
tree8db389cc89f8a561a68dbd173621cf56ed696a1f /bfd/ChangeLog
parent5644c62a9ad6e58ea8f49c61dc3fe1a6bf8fa5e6 (diff)
downloadbinutils-redhat-9a4fe00177999922938ff117eef88f0166dabca8.tar.gz
* 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/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 769dd8bf11..443786bc31 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.