Files
2013-04-06 16:48:33 +02:00

13 lines
118 B
Plaintext

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