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 Alan Modra <amodra@gmail.com>
+
+ PR gold/20717
+ * testsuite/pr20717.t: Add .got output section containing .toc.
+
2016-12-11 Igor Kudrin <ikudrin@accesssoftek.com>
PR gold/20717
SECTIONS
{
+ .got : { *(.got .toc) }
.dummy : { KEEP (*(.dummy)) }
}