bfd/
[deliverable/binutils-gdb.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 }
This page took 0.041307 seconds and 4 git commands to generate.