aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorCupertino Miranda <cmiranda@synopsys.com>2016-10-24 22:19:48 +0200
committerCupertino Miranda <cmiranda@synopsys.com>2017-06-08 19:00:34 +0200
commitcc89d0b3344614ae97456df84034096b698e5790 (patch)
treec28cf681d11e267fd8ab6e9942661ada8ffb9dba /bfd/ChangeLog
parent9d5c718b7a9c46132940f899f40556a77ca462a0 (diff)
downloadgdb-cc89d0b3344614ae97456df84034096b698e5790.zip
gdb-cc89d0b3344614ae97456df84034096b698e5790.tar.gz
gdb-cc89d0b3344614ae97456df84034096b698e5790.tar.bz2
[ARC] Reassign the symbol got information to actual symbol when indirect.
GOT information would not be reassign to symbol when it became a indect symbol. bfd/ChangeLog: Cupertino Miranda <cmiranda@synopsys.com> * elf32-arc.c (elf_arc_relocate_section): Fixed reassign of indirect symbols.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ba36919..a436e2e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
2017-06-08 Cupertino Miranda <cmiranda@synopsys.com>
+ * elf32-arc.c (elf_arc_relocate_section): Fixed reassign of indirect
+ symbols.
+
+2017-06-08 Cupertino Miranda <cmiranda@synopsys.com>
+
* elf32-arc.c (elf_arc_check_relocs): Added condition to disable
warning and "Bad value" for local symbols ARC_32 or ARC_32_ME relocs.