* ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / got-dump-2.ld
index cab0f4b21693909387ee22094a9123cb4c0f81c3..0e237de3b88dd72ad2f1ab6f1c94c56999c052ab 100644 (file)
@@ -13,6 +13,6 @@ SECTIONS
 
   . = 0x1236000000000;
   .data : { *(.data) }
-  _gp = ALIGN (16) + 0x7ff0;
+  HIDDEN (_gp = ALIGN (16) + 0x7ff0);
   .got : { *(.got) }
 }
This page took 0.025402 seconds and 4 git commands to generate.