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