mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
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.
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
SECTIONS
|
|
{
|
|
. = 0x208000;
|
|
.text : { *(.text) }
|
|
. = 0x400000;
|
|
_gp = 0x401234;
|
|
.sdata : { *(.sdata) }
|
|
/DISCARD/ : { *(*) }
|
|
}
|