summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-d10v/reloc-002.ld
blob: 8f991b291879172b32064fa8da90b6d41831ebcf (plain)
1
2
3
4
5
6
7
8
9
10
SECTIONS
{
  .text 0x01014000 :
  { 
	*(.text)   
	foo = (. + 0x1F8);
  }
}