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

13 lines
90 B
Plaintext
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS
{
.text 0x01014000 :
{
foo = .;
. = (. + 0x800004);
*(.text)
}
}