diff options
author | Cupertino Miranda <cmiranda@synopsys.com> | 2016-11-30 20:23:21 +0100 |
---|---|---|
committer | Cupertino Miranda <cmiranda@synopsys.com> | 2017-06-08 19:00:36 +0200 |
commit | f4e6805f98d2b3eae305f66ba26ab25aae1485f2 (patch) | |
tree | ea46090abdaefb55614c45233c712547605051ef /bfd/ChangeLog | |
parent | cd6402916febae6d8a4e62c572ea6fd487eebb61 (diff) | |
download | gdb-f4e6805f98d2b3eae305f66ba26ab25aae1485f2.zip gdb-f4e6805f98d2b3eae305f66ba26ab25aae1485f2.tar.gz gdb-f4e6805f98d2b3eae305f66ba26ab25aae1485f2.tar.bz2 |
[ARC] Add RELOC_FOR_GLOBAL_SYMBOL in ARC target code.
This miss was identified in the context of openssh building for ARC.
bfd/ChangeLog:
Cupertino Miranda <cmiranda@synopsys.com>
elf32-arc.c (elf_arc_relocate_section): Added "call" to
RELOC_FOR_GLOBAL_SYMBOL macro.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f746908..9ee1bf4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2017-06-08 Cupertino Miranda <cmiranda@synopsys.com> + + * elf32-arc.c (elf_arc_relocate_section): Added "call" to + RELOC_FOR_GLOBAL_SYMBOL macro. + 2018-06-08 Cupertino Miranda <cmiranda@synopsys.com> * elf32-arc.c (elf_arc_relocate_section): Small refactor and condition |