1 2 3 4 5 6 7 8 9 10
OUTPUT_ARCH(mips) SECTIONS { .text : { startup = .; *(.text) *(.text.*) *(.data) *(.data.*) } }