MIPS/BFD: Don't stop processing on a cross-mode jump conversion error
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-1.ld
CommitLineData
861fb55a
DJ
1SECTIONS
2{
3 . = 0x40000;
4 .reginfo : { *(.reginfo) }
5 .pdr : { *(.pdr) }
6 . = 0x41000;
7 .text : { *(.text) }
889acb80 8 HIDDEN (_gp = 0x68000);
861fb55a 9}
This page took 0.341065 seconds and 4 git commands to generate.