summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-d10v/reloc-004.ld
blob: 5f06d60bcb361f89c3ad6a3c250e0b44e80ad0b9 (plain)
1
2
3
4
5
6
7
8
9
10
SECTIONS
{
  .text 0x01014000 :
  { 
	foo = .;
	. = (. + 0x400);
  }
}