1 OUTPUT_FORMAT("elf32-littlemips")
6 /* Read-only sections, merged into text segment. Assumes the
7 kernel Makefile sets the start address via -Ttext. */
17 .rodata : { *(.rodata) }
27 .sdata : { *(.sdata) }
32 .sbss : { *(.sbss) *(.scommon) }
40 /* These are needed for ELF backends which have not yet been
41 converted to the new style linker. */
42 .stab 0 : { *(.stab) }
43 .stabstr 0 : { *(.stabstr) }
44 /* These must appear regardless of . */
45 .gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
46 .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }