[ARC] Fixed condition to generate TEXTREL.
authorCupertino Miranda <cmiranda@synopsys.com>
Wed, 5 Apr 2017 21:22:07 +0000 (23:22 +0200)
committerCupertino Miranda <cmiranda@synopsys.com>
Thu, 8 Jun 2017 17:00:37 +0000 (19:00 +0200)
commit64aa8e030360ba68e32ca15fa5aa426160a2efb1
tree604413680545ffcc1009fb5d4a5ada19692baa71
parenta0abe74332bd25aeb68acfadd74280c0f117c493
[ARC] Fixed condition to generate TEXTREL.

TEXTREL was being generated even when relocatable .o files had the .rela.text
section. Now it is limitted only to dynamic object files that still have them.
Nevertheless, our target aborts in those cases due to architecture limitations
where icache is not coherent with dcache, and to force this coherence expensive
kernel level support would be needed.

bfd/ChangeLog:

    Cupertino Miranda  <cmiranda@synopsys.com>

* elf32-arc.c (elf_arc_size_dynamic_sections): Changed condition to
require TEXTREL.
bfd/ChangeLog
bfd/elf32-arc.c