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

13 lines
118 B
Plaintext
Raw Normal View History

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