fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-mips-elf / reloc-3.ld
bloba918bf9b3c6e8d561a2dea6abee932a9384b7b75
1 SECTIONS
3   . = 0x208000;
4   .text : { *(.text) }
5   . = 0x310000;
6   .text2 : { *(.text2) }
7   /DISCARD/ : { *(*) }