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