Fix tests for PR 18500, revisited
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / blx-bl-convert.s
1 .syntax unified
2
3 .thumb
4 .type entry, %function
5 .global entry
6 entry:
7 blx label
8
9 .type label, %function
10 label:
11 bx lr
12
13 .arm
14 .type label2, %function
15 label2:
16 blx label3
17
18 .type label3, %function
19 label3:
20 bx lr
This page took 0.061537 seconds and 4 git commands to generate.