MIPS/LD/testsuite: Update `run_dump_test' cases for non-DSO targets
[binutils-gdb.git] / ld / testsuite / ld-mep / mep1.ld
1 SECTIONS
2 {
3 /* This is beyond the normal range of a PCREL24 (bsr) relocation. */
4 . = 0x100000;
5 .text1 : { *(.text1) }
6 . = 0x900000;
7 .text2 : { *(.text2) }
8 }