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

11 lines
126 B
Text

SECTIONS
{
.text 0x0 : {
* (.text .text.*);
}
.data 0x3000 : {
* (.data .data.*);
}
_SDA_BASE_ = 0x1000;
}