Retro68/binutils/ld/testsuite/ld-elf/flags1.ld

14 lines
140 B
Plaintext
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS
{
2017-04-10 11:32:00 +00:00
. = SIZEOF_HEADERS;
2012-03-26 19:18:29 +00:00
.text :
{
*(.text)
} =0
.post_text_reserve :
{
. += 0x160;
}
/DISCARD/ : { *(.*) }
}