Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-tic6x/generic.ld

9 lines
114 B
Text
Raw Normal View History

2023-03-06 14:48:14 +01:00
SECTIONS
{
. = 0x80;
.data : { *(.data*) }
. = 0x10000000;
.text : { *(.text*) }
/DISCARD/ : { *(*) }
}