1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
OUTPUT_ARCH(mips) ENTRY(@ENTRY@) SECTIONS { /* Read-only sections, merged into text segment: */ . = @LOADADDR@; .text : { _ftext = . ; *(.text.entry) *(.text) *(.rodata) lzma_start = .; kernel.o lzma_end = .; } =0 .reginfo : { *(.reginfo) } .bss : { *(.bss) } }