SECTIONS
{
. = 0x1000;
.text : { *(.text) *(.rodata.brlt) }
/DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) }
}