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