picorv32/scripts/torture/sections.lds

10 lines
77 B
Plaintext
Raw Normal View History

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