1 2 3 4 5 6 7 8 9
OUTPUT(stage3.bin) OUTPUT_FORMAT(binary) SECTIONS { . = 0x9000; .text : { *(.text) } .data : { *(.bss .data .rodata) } }