9 lines
160 B
Perl
9 lines
160 B
Perl
SECTIONS
|
|
{
|
|
.linkorder : { *(.linkorder.*) }
|
|
.text : { *(.text) }
|
|
/DISCARD/ :
|
|
{
|
|
*(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
|
|
}
|
|
}
|