picorv32/firmware/sections.lds
2015-06-06 14:14:32 +02:00

9 lines
93 B
Text

SECTIONS {
.memory : {
. = 0x000000;
start*(.text);
*(.text);
*(*);
end = .;
}
}