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