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

10 lines
106 B
Text

SECTIONS
{
.text 0x4000 : {
* (.text .text.*);
}
.data 0x8000 : {
* (.data .data.*);
}
}