ENTRY(_start) PHDRS { } SECTIONS { .text : { *(.text) } .data : { *(.data) } }