18ab192184
* ld-mips-elf/reloc-1-{n32,n64,rel}.d: New tests. * ld-mips-elf/reloc-2[ab].s: New source files. * ld-mips-elf/reloc-2.{d,ld}: New test. * ld-mips-elf/reloc-3[ab].s: New source files. * ld-mips-elf/reloc-3-{r,srec}.d: New tests. * ld-mips-elf/mips-elf.exp: Run them.
8 lines
116 B
Text
8 lines
116 B
Text
SECTIONS
|
|
{
|
|
. = 0x208000;
|
|
.text : { *(.text) }
|
|
. = 0x310000;
|
|
.text2 : { *(.text2) }
|
|
/DISCARD/ : { *(*) }
|
|
}
|