(root)/
binutils-2.41/
ld/
testsuite/
ld-d10v/
reloc-016.ld
SECTIONS
{
  .text 0x01014000 :
  { 
	foo = .;
	. = (. + 0x800004);
	*(.text)   
  }
}