mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 03:03:31 +08:00
e6760bcc53
PR binutils/5233 * ld-elf/flags1.d: New. * ld-elf/flags1.ld: Likewise. * ld-elf/flags1.s: Likewise.
13 lines
118 B
Plaintext
13 lines
118 B
Plaintext
SECTIONS
|
|
{
|
|
.text :
|
|
{
|
|
*(.text)
|
|
} =0
|
|
.post_text_reserve :
|
|
{
|
|
. += 0x160;
|
|
}
|
|
/DISCARD/ : { *(.*) }
|
|
}
|