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

11 lines
160 B
Text

SECTIONS
{
. = 0x80;
.far : { *(.far) *(COMMON) }
. = 0x100;
.bss : { *(.scommon) }
. = 0x10000000;
.text : { *(.text*) }
/DISCARD/ : { *(*) }
}