* ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-3a.ld
index cc4bd553fc28f2b444b2404b7bb43d347fb51f3a..81d0d8aabf6cd056dabb19ee87814ebcab083a00 100644 (file)
@@ -18,6 +18,6 @@ SECTIONS
   .data : { *(.data) }
 
   . = ALIGN (0x400);
-  _gp = . + 0x7ff0;
+  HIDDEN (_gp = . + 0x7ff0);
   .got : { *(.got) }
 }
This page took 0.025728 seconds and 4 git commands to generate.