aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-12-21 20:54:59 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-12-21 20:54:59 +0000
commit9911c0fc433eef4a6d7dbf100c926d65d2fd868b (patch)
treeb8cc5b17d5b761be0b8b0a3e004f1b589d17e376 /bfd/ChangeLog
parenta5479e5ff4c29dcf93acde1424b69d4909fd3044 (diff)
downloadgdb-9911c0fc433eef4a6d7dbf100c926d65d2fd868b.zip
gdb-9911c0fc433eef4a6d7dbf100c926d65d2fd868b.tar.gz
gdb-9911c0fc433eef4a6d7dbf100c926d65d2fd868b.tar.bz2
Check R_X86_64_standard for unrecognized relocation
* elf64-x86-64.c (elf_x86_64_relocate_section): Check R_X86_64_standard instead of R_X86_64_max for unrecognized relocation.
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 48f94da..ec7d98f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
2012-12-21 H.J. Lu <hongjiu.lu@intel.com>
+ * elf64-x86-64.c (elf_x86_64_relocate_section): Check
+ R_X86_64_standard instead of R_X86_64_max for unrecognized
+ relocation.
+
+2012-12-21 H.J. Lu <hongjiu.lu@intel.com>
+
PR ld/14980
* elf32-i386.c (elf_i386_adjust_dynamic_symbol): Properly
adjust h->plt.refcount.