summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/sparc/plt64.s
blob: e5faf201e8384bae42a4d71a78270899448af445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.text
	.align 4
	call	foo
	 nop
	call	bar + 4
	.data
	.align 8
	.xword	%r_plt64(foo)
	.xword	%r_plt64(bar + 4)
        .byte   1
	.uaxword %r_plt64(foo)
	.byte	2, 3, 4
	.word	%r_plt32(bar + 4)