ENTRY(_start) SECTIONS { .text ALIGN(4K) : { *(.text) *(.rodata) } .data ALIGN(4K) : { *(.data) *(.bss) } /DISCARD/ : { *(.interp) *(.dynamic) } }