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