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