Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-2.ld
blob35edf28b4cbe5556c4707d66d2e186e175b709e8
1 SECTIONS
3   . = 0x208000;
4   .text : { *(.text) }
5   . = 0x400000;
6   HIDDEN (_gp = 0x401234);
7   .sdata : { *(.sdata) }
8   /DISCARD/ : { *(*) }