1 #as: --fdpic
2 #objdump: -dr --show-raw-insn
3 #name: FDPIC relocations
4 # This test is only valid on ELF based ports.
5 #noskip: arm*-*-uclinuxfdpiceabi
6 
7 .*: +file format .*arm.*
8 
9 
10 Disassembly of section .text:
11 
12 00000000 <myfunc-0xc>:
13 .*
14 			0: R_ARM_GOTFUNCDESC	myfunc
15 			4: R_ARM_GOTOFFFUNCDESC	myfunc
16 			8: R_ARM_FUNCDESC	myfunc
17 
18 0000000c <myfunc>:
19    c:	e12fff1e 	bx	lr
20 .*