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


OpenPOWER on IntegriCloud