summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/aarch64/reloc-data.s
blob: 918bcf339a039761c0078259b862629a51b22dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
func:	
	ret
	
.L1:		
	.balign 2
	.hword	local-.L1
	.hword	0xffff
	.balign 4
	.word	local-.L1
	.word	0xffffffff
	.balign 8
	.xword	local-.L1
	.xword	0xffffffffffffffff
	.xword	local+0x12345600
	.xword	0xffffffffffffffff
	
	.balign 2
	.hword	global-.L1
	.hword	0xffff
	.balign 4
	.word	global-.L1
	.word	0xffffffff
	.balign 8
	.xword	global-.L1
	.xword	0xffffffffffffffff
	.xword	global+0x12345678
	.xword	0xffffffffffffffff
	
local: