1 2 3 4 5 6 7 8 9 10 11
/* See make-spike-elf.sh */ ENTRY(_start); SECTIONS { . = 0x80000000; _start = .; .data : { *(.data) } }