old-cross-binutils/ld/testsuite/ld-elf/lma.lnk

7 lines
103 B
Text
Raw Normal View History

SECTIONS
{
. = -0x100000;
.text : AT(ADDR(.text) + 0x100000) { *(.text) }
/DISCARD/ : { *(*) }
}