summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-visium/reloc2.s
blob: 517d97711389c8802569920a3725dca22c6b43df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.global	abs1
abs1 = 0x1000

	.data
	.global data1
data1:
	.text
	.global text1
text1:
	.global text2
text2 = . + 65536
	.end