1 OUTPUT_ARCH(mmix) 2 ENTRY(Main) 3 SECTIONS 4 { 5 .text 0x100 : 6 { *(.text.x); *(.text.x2); } 7 8 .text.away 0x4000000000001060 : 9 { *(.text); Main = _start; } 10 11 .MMIX.reg_contents : 12 { *(.MMIX.reg_contents.linker_allocated); *(.MMIX.reg_contents); } 13 } 14