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