1 #name: bl local instructions for v4t.
2 #objdump: -drw --prefix-addresses --show-raw-insn
3 #target: *-*-*eabi* *-*-nacl*
4 #as:
5 # stderr: blx-local-thumb.l
6 
7 .*: +file format .*arm.*
8 Disassembly of section .text:
9 0+00 <[^>]*> f7ff fffe 	bl	00+18 <[^>]*>	0: R_ARM_THM_CALL	foo2
10 0+04 <[^>]*> d004      	beq.n	00+10 <[^>]*>
11 0+06 <[^>]*> e003      	b.n	00+10 <[^>]*>
12 0+08 <[^>]*> f000 f808 	bl	00+1c <[^>]*>
13 0+0c <[^>]*> f000 f802 	bl	00+14 <[^>]*>
14 0+10 <[^>]*> 46c0      	nop			; \(mov r8, r8\)
15 0+12 <[^>]*> 46c0      	nop			; \(mov r8, r8\)
16 0+14 <[^>]*> 46c0      	nop			; \(mov r8, r8\)
17 	...
18 0+18 <[^>]*> e1a00000 	nop			; \(mov r0, r0\)
19 0+1c <[^>]*> e1a00000 	nop			; \(mov r0, r0\)
20