[binutils-gdb] [ARC] Fixed condition to generate TEXTREL.

sergiodj+buildbot@sergiodj.net sergiodj+buildbot@sergiodj.net
Thu Jun 8 19:45:00 GMT 2017


*** TEST RESULTS FOR COMMIT 64aa8e030360ba68e32ca15fa5aa426160a2efb1 ***

Author: Cupertino Miranda <cmiranda@synopsys.com>
Branch: master
Commit: 64aa8e030360ba68e32ca15fa5aa426160a2efb1

[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.



More information about the Gdb-testers mailing list