old-cross-binutils/ld/testsuite/ld-d10v/reloc-016.ld
2002-06-17 14:05:53 +00:00

12 lines
90 B
Text

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