]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elf32-arc.c
[ARC] PLT information was still being generated when symbol was forced_local.
authorCupertino Miranda <cmiranda@synopsys.com>
Fri, 2 Mar 2018 16:44:29 +0000 (17:44 +0100)
committerCupertino Miranda <cmiranda@synopsys.com>
Mon, 1 Oct 2018 11:42:11 +0000 (12:42 +0100)
commitab16fcd743b8fc963e736f7d00e3c2f039ce0d56
treea9ce392216958606ec35f4fc8ab47857adb1635c
parent2936af90155cf7f7647b4886dc5b9568d15ca298
[ARC] PLT information was still being generated when symbol was forced_local.

A change upstream reveiled this issue, triggering an assert when linking glibc.

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

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