Stop the ARM short mapping symbol test being run for the symbianelf target.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / blx-bl-convert.d
1 #name: blx->bl convert under no -march/cpu
2 #error-output: blx-bl-convert.l
3 #objdump: -d
4
5 .*: file format .*
6
7 Disassembly of section \.text:
8
9 00000000 <entry>:
10 0: f000 f800 bl 4 <label>
11
12 00000004 <label>:
13 4: 4770 bx lr
14 \.\.\.
15
16 00000008 <label2>:
17 8: ebffffff bl c <label3>
18
19 0000000c <label3>:
20 c: e12fff1e bx lr
21
This page took 0.029743 seconds and 4 git commands to generate.