blob: 44114f7cadcbc60fae7f43867ab987b2b7f1e5a1 [file] [log] [blame]
/* See make-spike-elf.sh */
ENTRY(_start);
SECTIONS
{
. = 0x80000000;
_start = .;
.data : {
*(.data)
}
tohost = .;
. = . + 8;
fromhost = .;
}