summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/arm/reloc-fdpic.d
blob: fb15b7a4fe6f46f2361a3be471f350b7ef1d7a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#as: --fdpic
#objdump: -dr --show-raw-insn
#name: FDPIC relocations
# This test is only valid on ELF based ports.
#noskip: arm*-*-uclinuxfdpiceabi

.*: +file format .*arm.*


Disassembly of section .text:

00000000 <myfunc-0xc>:
.*
			0: R_ARM_GOTFUNCDESC	myfunc
			4: R_ARM_GOTOFFFUNCDESC	myfunc
			8: R_ARM_FUNCDESC	myfunc

0000000c <myfunc>:
   c:	e12fff1e 	bx	lr
.*