aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-12-01 11:10:23 +1030
committerAlan Modra <amodra@gmail.com>2015-12-01 11:15:02 +1030
commit0a5ff21b13783cef3b26680d1673b1ae37697aeb (patch)
tree9dba30ca351c5f1cc3c2b596ae727d89023726cd /bfd/ChangeLog
parent56529cb37488352c6b6ef6867de5e2d502ac0218 (diff)
downloadgdb-0a5ff21b13783cef3b26680d1673b1ae37697aeb.zip
gdb-0a5ff21b13783cef3b26680d1673b1ae37697aeb.tar.gz
gdb-0a5ff21b13783cef3b26680d1673b1ae37697aeb.tar.bz2
ARC port broken reloc processing
This initialises howto.dst_mask so that relocations in debug sections are applied by the generic reloc processing used by objdump to display debug sections. * elf32-arc.c (arc_elf_howto_init): Init dst_mask.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b87f914..03a72d2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-01 Cupertino Miranda <cupertino.miranda@synopsys.com>
+
+ * elf32-arc.c (arc_elf_howto_init): Init dst_mask.
+
2015-11-20 Stefan Teleman <stefan.teleman@oracle.com>
PR ld/19260