Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-d10v/reloc-012.ld

12 lines
84 B
Text
Raw Normal View History

2023-03-06 14:48:14 +01:00
SECTIONS
{
.text 0x01014000 :
{
foo = .;
. = (. + 0x20004);
*(.text)
}
}