picorv32/scripts/csmith/start.ld

6 lines
71 B
Plaintext

SECTIONS {
. = 0x00000000;
.text : { *(.text) }
_ftext = 0x00010000;
}