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

12 lines
89 B
Text

SECTIONS
{
.text 0x01014000 :
{
foo = .;
. = (. + 0x20004);
*(.text)
}
}