Retro68/binutils/ld/testsuite/ld-elf/flags1.ld
2017-04-10 13:32:00 +02:00

14 lines
140 B
Plaintext

SECTIONS
{
. = SIZEOF_HEADERS;
.text :
{
*(.text)
} =0
.post_text_reserve :
{
. += 0x160;
}
/DISCARD/ : { *(.*) }
}