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

10 lines
78 B
Text

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