]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[ARC] Make sure global symbol is not an indirect or warning.
authorCupertino Miranda <cmiranda@synopsys.com>
Fri, 2 Mar 2018 16:38:14 +0000 (17:38 +0100)
committerClaudiu Zissulescu <claziss@gmail.com>
Thu, 15 Nov 2018 15:27:38 +0000 (17:27 +0200)
commit3ee995cd6ea600693097c393493b587b3474a7d1
tree4635df6f6b8d4f6a7e324bb9a5ccab4b9263f0b6
parent7ea48e7d9d133f262855cd4947f0cf0c610a2b17
[ARC] Make sure global symbol is not an indirect or warning.

Problem identified in the context of glibc with latest upstream binutils.
Dynamic symbol space was being reserved but, no actual information for the
symbol was being set. Data for the symbol was kept initialized with -1.
No easy test case was possible to be created.

bfd/
2018-03-01  Cupertino Miranda <cmiranda@synopsys.com>

* elf32-arc.c (elf_arc_check_relocs): Changed.
bfd/ChangeLog
bfd/elf32-arc.c