SECTIONS { . = 0x0600; .text : { KEEP(*(.init)) *(.text*) } .rodata : { *(.rodata*) } .bss (NOLOAD) : { * (.bss) } .data (NOLOAD) : { *(.data) } }