picorv32/scripts/csmith/start.ld

6 lines
71 B
Plaintext
Raw Normal View History

2016-05-03 10:53:22 -04:00
SECTIONS {
. = 0x00000000;
.text : { *(.text) }
_ftext = 0x00010000;
}