Retro68/binutils/ld/testsuite/ld-elf/lma.lnk

7 lines
103 B
Plaintext
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS
{
. = -0x100000;
.text : AT(ADDR(.text) + 0x100000) { *(.text) }
/DISCARD/ : { *(*) }
}