OUTPUT_FORMAT("coff-go32") SECTIONS { .text : { *(.text) } .data : { *(.data) } .ctor : { *(.ctor) } .dtor : { *(.dtor) } .bss : { *(.bss) } .gcc_exc : { *(.gcc_exc) } .eh_fram : { *(.eh_fram) LONG(0) } }