mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
13 lines
118 B
Plaintext
13 lines
118 B
Plaintext
|
SECTIONS
|
||
|
{
|
||
|
.text :
|
||
|
{
|
||
|
*(.text)
|
||
|
} =0
|
||
|
.post_text_reserve :
|
||
|
{
|
||
|
. += 0x160;
|
||
|
}
|
||
|
/DISCARD/ : { *(.*) }
|
||
|
}
|