picorv32/scripts/torture/sections.lds
2016-04-06 16:38:57 +02:00

9 lines
77 B
Text

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