1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
SECTIONS { .rodata : { BYTE(0) *(.rodata.foo) *(.rodata.bar) BYTE(4) *(.rosection) BYTE(7) } .text : {*(.text.bar) *(.text.foo)} /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines) } }