binutils-gdb/ld/testsuite/ld-d10v/reloc-016.ld

13 lines
90 B
Plaintext

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