[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)
committerCupertino Miranda <cmiranda@synopsys.com>
Mon, 1 Oct 2018 11:42:11 +0000 (12:42 +0100)
commit2936af90155cf7f7647b4886dc5b9568d15ca298
tree624b5990ec361469325a2ae22f73c031c51e0571
parentc834917fda58d9e4cd72b67f7793e2f429ccce57
[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/elf32-arc.c
This page took 0.027281 seconds and 4 git commands to generate.