gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / blx-local.d
1 #name: Local BLX instructions
2 #objdump: -dr --prefix-addresses --show-raw-insn
3 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
4 #as:
5
6 # Test assembler resolution of blx instructions.
7
8 .*: +file format .*arm.*
9
10 Disassembly of section .text:
11
12 0+00 <[^>]*> fa000000 blx 00+8 <foo>
13 0+04 <[^>]*> fbffffff blx 00+a <foo2>
14 0+08 <[^>]*> 46c0 nop \(mov r8, r8\)
15 0+0a <[^>]*> 46c0 nop \(mov r8, r8\)
This page took 0.029766 seconds and 4 git commands to generate.