Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / bl-local-2.d
1 #name: bl local conversion to blx
2 #objdump: -drw --prefix-addresses --show-raw-insn
3 #target: *-*-*eabi* *-*-nacl*
4 #as:
5
6
7 .*: file format .*
8
9
10 Disassembly of section \.text:
11 0+00 <[^>]+> e12fff1e bx lr
12 0+04 <[^>]+> 46c0 nop ; \(mov r8, r8\)
13 0+06 <[^>]+> f7ff effc blx 0+ <myfunction>
14 0+0a <[^>]+> 46c0 nop ; \(mov r8, r8\)
15 0+0c <[^>]+> f7ff eff8 blx 0+ <myfunction>
16 0+10 <[^>]+> 46c0 nop ; \(mov r8, r8\)
17 0+12 <[^>]+> f7ff eff6 blx 0+ <myfunction>
18 0+16 <[^>]+> 46c0 nop ; \(mov r8, r8\)
19 0+18 <[^>]+> f7ff eff2 blx 0+ <myfunction>
20 0+1c <[^>]+> 4770 bx lr
21 0+1e <[^>]+> 46c0 nop ; \(mov r8, r8\)
22 0+20 <[^>]+> fafffffd blx 0000001c <mythumbfunction>
This page took 0.030828 seconds and 4 git commands to generate.