[GOLD] Adjust testcase for PowerPC64
authorAlan Modra <amodra@gmail.com>
Mon, 12 Dec 2016 22:51:56 +0000 (09:21 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 12 Dec 2016 23:01:19 +0000 (09:31 +1030)
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.

gold/ChangeLog
gold/testsuite/pr20717.t

index 29c28f7..5664900 100644 (file)
@@ -1,3 +1,8 @@
+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
index ddb3500..ecab5dc 100644 (file)
@@ -1,4 +1,5 @@
 SECTIONS
 {
+    .got : { *(.got .toc) }
     .dummy : { KEEP (*(.dummy)) }
 }