summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-02-16 14:58:18 +0000
committerH.J. Lu <hjl.tools@gmail.com>2011-02-16 14:58:18 +0000
commit5295881de1d0c5172ac89d1adb9168ac5e8226ff (patch)
tree7163f34ed950f711f7da5d52e1bbdb8f837fb7d8 /bfd/ChangeLog
parenta42244dbec4d58c5577a84215d92c85a6c067d1a (diff)
downloadbinutils-gdb-5295881de1d0c5172ac89d1adb9168ac5e8226ff.tar.gz
Don't check relocation overflow for x32.
2011-02-16 H.J. Lu <hongjiu.lu@intel.com> * elf64-x86-64.c (elf_x86_64_check_relocs): Check relocation overflow only for ABI_64_P. (elf_x86_64_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1ab968c295f..7ce8b2fe806 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-16 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf64-x86-64.c (elf_x86_64_check_relocs): Check relocation
+ overflow only for ABI_64_P.
+ (elf_x86_64_relocate_section): Likewise.
+
2011-02-15 Tristan Gingold <gingold@adacore.com>
* vms-alpha.c (alpha_vms_link_add_archive_symbols): Add a comment.