1 OUTPUT_FORMAT(elf32-i386) 2 ENTRY(start) 3 SECTIONS 4 { 5 .text : { *(.text*) } 6 .data : { *(.data.*) } 7 .bss : { *(.bss.*) } 8 } 9