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