gas run_dump_test rename stderr and error-output
[binutils-gdb.git] / gas / testsuite / gas / arm / blx-bl-convert.d
1 #name: blx->bl convert under no -march/cpu
2 #warning_output: blx-bl-convert.l
3 #objdump: -d
4 #skip: *-*-pe *-wince-* *-*-vxworks *-*-netbsdelf *-*-nto*
5
6 .*: file format .*
7
8 Disassembly of section \.text:
9
10 00000000 <entry>:
11 0: f000 f800 bl 4 <label>
12
13 00000004 <label>:
14 4: 4770 bx lr
15 \.\.\.
16
17 00000008 <label2>:
18 8: ebffffff bl c <label3>
19
20 0000000c <label3>:
21 c: e12fff1e bx lr
22