Retro68/binutils/ld/testsuite/ld-d10v/reloc-015.ld
2012-03-26 21:18:29 +02:00

13 lines
89 B
Plaintext

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