Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-visium/ld1.ld

10 lines
87 B
Plaintext
Raw Normal View History

2023-03-06 14:48:14 +01:00
SECTIONS
{
.text 0x10000 : {
*(.text)
}
.data 0x30000 : {
*(.data)
}
}