Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-tic6x/generic.ld
2023-03-06 14:48:14 +01:00

8 lines
114 B
Text

SECTIONS
{
. = 0x80;
.data : { *(.data*) }
. = 0x10000000;
.text : { *(.text*) }
/DISCARD/ : { *(*) }
}