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