ENTRY(_start) PHDRS { phdr PT_LOAD; } SECTIONS { .text : { *(.text) } :phdr_wrong .data : { *(.data) } }