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