MIPS/BFD: Move attribute check after ELF file header flag check
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-2.ld
CommitLineData
18ab1921
RS
1SECTIONS
2{
3 . = 0x208000;
4 .text : { *(.text) }
5 . = 0x400000;
889acb80 6 HIDDEN (_gp = 0x401234);
18ab1921
RS
7 .sdata : { *(.sdata) }
8 /DISCARD/ : { *(*) }
9}
This page took 0.543278 seconds and 4 git commands to generate.