binutils-gdb/gold/testsuite/pr20717.t
Alan Modra d32a48b9f2 [GOLD] Adjust testcase for PowerPC64
Since the linker created .TOC. symbol is placed at roughly .got+32k,
.toc input sections must be placed in or after .got if .toc entries
are accessed using 16-bit signed offset relocs.  crt1.o contains such
a relocation.

	PR gold/20717
	* testsuite/pr20717.t: Add .got output section containing .toc.
2016-12-13 09:31:19 +10:30

6 lines
75 B
Raku

SECTIONS
{
.got : { *(.got .toc) }
.dummy : { KEEP (*(.dummy)) }
}