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

6 lines
96 B
Text

SECTIONS
{
. = 0x0;
.myinit : { KEEP (*(.myinit)) }
.mytext : { *(.mytext*) *(.text*) }
}