16 lines
244 B
Perl
16 lines
244 B
Perl
SECTIONS
|
|
{
|
|
.rodata :
|
|
{
|
|
BYTE(0)
|
|
*(.rodata*)
|
|
BYTE(4)
|
|
*(.rosection)
|
|
BYTE(7)
|
|
}
|
|
.text : {*(.text.bar) *(.text.foo)}
|
|
/DISCARD/ :
|
|
{
|
|
*(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
|
|
}
|
|
}
|