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
CommitLineData
7f78eb34
JW
1#name: blx->bl convert under no -march/cpu
2#error-output: blx-bl-convert.l
3#objdump: -d
4
5.*: file format .*
6
7Disassembly of section \.text:
8
900000000 <entry>:
10 0: f000 f800 bl 4 <label>
11
1200000004 <label>:
13 4: 4770 bx lr
14 \.\.\.
15
1600000008 <label2>:
17 8: ebffffff bl c <label3>
18
190000000c <label3>:
20 c: e12fff1e bx lr
21
This page took 0.078448 seconds and 4 git commands to generate.