binutils-gdb/ld/testsuite/ld-mips-elf/reloc-merge-lo16.ld
Richard Sandiford 17a6716ad0 * ld-mips-elf/reloc-merge-lo16.{s,d,ld}: New test.
* ld-mips-elf/mips-elf.exp: Run it.
2004-07-08 15:43:00 +00:00

10 lines
137 B
Plaintext

ENTRY(__start)
SECTIONS
{
. = 0x0400000;
.text : { *(.text) }
. = 0x0800000;
.rodata : { *(.rodata.*) }
/DISCARD/ : { *(*) }
}