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