aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-12-20 13:25:41 -0800
committerH.J. Lu <hjl.tools@gmail.com>2018-12-20 13:25:41 -0800
commit76268e027479f587b46b70b69760f1b96204bc28 (patch)
treeef1c6627b8917da5b8e536264b58579ef4efde74 /bfd/ChangeLog
parent161d081c56f12e7a00d8a07ccac445855d5d357b (diff)
downloadbinutils-76268e027479f587b46b70b69760f1b96204bc28.zip
binutils-76268e027479f587b46b70b69760f1b96204bc28.tar.gz
binutils-76268e027479f587b46b70b69760f1b96204bc28.tar.bz2
x86: Call rtype_to_howto to get reloc_howto_type pointer
* elf32-i386.c (elf_i386_relocate_section): Call elf_i386_rtype_to_howto to get reloc_howto_type pointer. * elf64-x86-64.c (elf_x86_64_relocate_section): Call elf_x86_64_rtype_to_howto to get reloc_howto_type pointer.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3485593..70d1abf 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2018-12-20 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf32-i386.c (elf_i386_relocate_section): Call
+ elf_i386_rtype_to_howto to get reloc_howto_type pointer.
+ * elf64-x86-64.c (elf_x86_64_relocate_section): Call
+ elf_x86_64_rtype_to_howto to get reloc_howto_type pointer.
+
2018-12-18 Alan Modra <amodra@gmail.com>
* Makefile.am (bfdinclude_HEADERS): Add bfd_stdint.h.