6766b6945a
* ld-elf/lma.s, ld-elf/lma.lnk: New test. * ld-elf/binutils.exp: Run it.
7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
SECTIONS
|
|
{
|
|
. = -0x100000;
|
|
.text : AT(ADDR(.text) + 0x100000) { *(.text) }
|
|
/DISCARD/ : { *(*) }
|
|
}
|