a918bf9b3c6e8d561a2dea6abee932a9384b7b75
[platform/upstream/binutils.git] / ld / testsuite / ld-mips-elf / reloc-3.ld
1 SECTIONS
2 {
3   . = 0x208000;
4   .text : { *(.text) }
5   . = 0x310000;
6   .text2 : { *(.text2) }
7   /DISCARD/ : { *(*) }
8 }