aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-12-11 06:01:46 -0800
committerH.J. Lu <hjl.tools@gmail.com>2018-12-11 06:01:46 -0800
commit209d1499de79eb23191f5761166180b80feb900a (patch)
tree9676ee68cb7fe6d0d35926dda1bca56f83e23855 /bfd/ChangeLog
parent69799d67e8872dcd3feee81ed2ff0fc47beb52d7 (diff)
downloadbinutils-209d1499de79eb23191f5761166180b80feb900a.zip
binutils-209d1499de79eb23191f5761166180b80feb900a.tar.gz
binutils-209d1499de79eb23191f5761166180b80feb900a.tar.bz2
xc16x: Add elf32_xc16x_rtype_to_howto
Add elf32_xc16x_rtype_to_howto to get reloc_howto_type pointer from ELF32_R_TYPE. * elf32-xc16x.c (elf32_xc16x_rtype_to_howto): New function. (elf32_xc16x_relocate_section): Call elf32_xc16x_rtype_to_howto instead of xc16x_reloc_type_lookup to get reloc_howto_type.
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 aa8be34..b88fe7e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2018-12-11 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf32-xc16x.c (elf32_xc16x_rtype_to_howto): New function.
+ (elf32_xc16x_relocate_section): Call elf32_xc16x_rtype_to_howto
+ instead of xc16x_reloc_type_lookup to get reloc_howto_type.
+
2018-12-07 H.J. Lu <hongjiu.lu@intel.com>
PR ld/23958