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