mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
b5c37946cc
This reverts commit 675b9d612c
.
See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
14 lines
139 B
Plaintext
14 lines
139 B
Plaintext
SECTIONS
|
|
{
|
|
. = SIZEOF_HEADERS;
|
|
.text :
|
|
{
|
|
*(.text)
|
|
} =0
|
|
.post_text_reserve :
|
|
{
|
|
. += 0x160;
|
|
}
|
|
/DISCARD/ : { *(*) }
|
|
}
|