* ld-mips-elf/dyn-sec64.ld: Use HIDDEN to define _gp.
[platform/upstream/binutils.git] / ld / testsuite / ld-mips-elf / reloc-2.ld
1 SECTIONS
2 {
3   . = 0x208000;
4   .text : { *(.text) }
5   . = 0x400000;
6   HIDDEN (_gp = 0x401234);
7   .sdata : { *(.sdata) }
8   /DISCARD/ : { *(*) }
9 }