1 OUTPUT_FORMAT("elf32-littlemips")
9 /* text/read-only data */
10 .text : { *(.text .gnu.linkonce.t.*) }
13 .ctors : { *(.ctors) }
16 .rodata : { *(.rodata .rodata.*) }
21 .data : { *(.data .gnu.linkonce.d.*) }
23 /* needed for GPREL16 relocation to small-data section */
25 /* uninitialized data (in same segment as writable data) */
32 /* Strip unnecessary stuff */
33 /DISCARD/ : { *(.comment .note .eh_frame .dtors .stab .stabstr .debug*) }