summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/arm/pic.s
blob: 3c3c3293b6db4c9e3c5158ab8a53cb1583e42d6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@ Test file for ARM ELF PIC

.text
.align 0
	bl	foo
	bl	foo(PLT)
	.word	sym
	.word	sym(GOT)
	.word	sym(GOTOFF)
1:
	.word	_GLOBAL_OFFSET_TABLE_ - 1b
	.word foo2(TARGET1)
	.word foo3(SBREL)
	.word foo4(TARGET2)