Skip to content

Commit d58870f

Browse files
committed
GDB: added missing file
1 parent b93f87c commit d58870f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/spike_gdb/spike.lds

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
OUTPUT_ARCH( "riscv" )
2+
3+
SECTIONS
4+
{
5+
. = 0x80000000;
6+
.text : { *(.text) }
7+
.data : { *(.data) }
8+
}
9+

0 commit comments

Comments
 (0)