e6760bcc53
PR binutils/5233 * ld-elf/flags1.d: New. * ld-elf/flags1.ld: Likewise. * ld-elf/flags1.s: Likewise.
12 lines
118 B
Text
12 lines
118 B
Text
SECTIONS
|
|
{
|
|
.text :
|
|
{
|
|
*(.text)
|
|
} =0
|
|
.post_text_reserve :
|
|
{
|
|
. += 0x160;
|
|
}
|
|
/DISCARD/ : { *(.*) }
|
|
}
|