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

6 lines
96 B
Raku

SECTIONS
{
.text 0x100 : { *(.text) }
.sdata 0x400 : { *(.sdata) }
/DISCARD/ : { *(*) }
}