diff options
author | Cupertino Miranda <cmiranda@synopsys.com> | 2016-11-30 14:07:20 +0100 |
---|---|---|
committer | Cupertino Miranda <cmiranda@synopsys.com> | 2017-06-08 19:00:35 +0200 |
commit | cd6402916febae6d8a4e62c572ea6fd487eebb61 (patch) | |
tree | 7fdeec1c6e116058a26bef56eec34470e8a7fd8c /bfd/ChangeLog | |
parent | 7ef0acc15ec011371a3901a997c867165bf7a733 (diff) | |
download | gdb-cd6402916febae6d8a4e62c572ea6fd487eebb61.zip gdb-cd6402916febae6d8a4e62c572ea6fd487eebb61.tar.gz gdb-cd6402916febae6d8a4e62c572ea6fd487eebb61.tar.bz2 |
[ARC] ARC_PC32 dynamic reloc incorrectly generated.
Fixed issue related to the generation of ARC_PC32 dynamic relocs when symbol
is dynamic but still defined in a non shared object.
bfd/ChangeLog:
Cupertino Miranda <cmiranda@synopsys.com>
elf32-arc.c (elf_arc_relocate_section): Small refactor and condition
changes.
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 7fd3322..f746908 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2018-06-08 Cupertino Miranda <cmiranda@synopsys.com> + + * elf32-arc.c (elf_arc_relocate_section): Small refactor and condition + changes. + 2017-06-08 Cupertino Miranda <cmiranda@synopsys.com> * config/tc-arc.c (md_undefined_symbol): Changed. |