13 lines
140 B
Text
13 lines
140 B
Text
SECTIONS
|
|
{
|
|
. = SIZEOF_HEADERS;
|
|
.text :
|
|
{
|
|
*(.text)
|
|
} =0
|
|
.post_text_reserve :
|
|
{
|
|
. += 0x160;
|
|
}
|
|
/DISCARD/ : { *(.*) }
|
|
}
|