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