pokeruby/ld_script.txt
2016-01-23 12:25:42 -08:00

7 lines
72 B
Plaintext

ENTRY(Start)
SECTIONS {
. = 0x8000000;
.text : { *(.text); }
}