aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-d10v/reloc-012.ld
blob: 10b7e7cf0a02a0cafa1a46b172bb1300395269b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTIONS
{
  .text 0x01014000 :
  { 
	foo = .;
	. = (. + 0x80004);
	*(.text)   
  }
}