aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-d10v/reloc-010.ld
blob: 9b3d81aabaa9c54dc6f845ee7385e77cc5ec17d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTIONS
{
  .text 0x01014000 :
  { 
	foo = .;
	. = (. + 0x200);
	*(.text)   
  }
}