11.1SshinOUTPUT_ARCH(mips) 21.1SshinENTRY(_start) 31.1SshinSECTIONS 41.1Sshin{ 51.1Sshin .text : 61.1Sshin { 71.1Sshin _ftext = . ; 81.1Sshin *(.text) 91.1Sshin _etext = .; 101.1Sshin } 111.1Sshin} 12