
This reverts commit 675b9d612c
.
See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
13 lines
139 B
Text
13 lines
139 B
Text
SECTIONS
|
|
{
|
|
. = SIZEOF_HEADERS;
|
|
.text :
|
|
{
|
|
*(.text)
|
|
} =0
|
|
.post_text_reserve :
|
|
{
|
|
. += 0x160;
|
|
}
|
|
/DISCARD/ : { *(*) }
|
|
}
|