xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/xscale/blx.cgs (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# arm testcase for bl$cond $offset24
2# mach: all
3
4	.include "testutils.inc"
5
6	start
7
8        .arm
9        blx thumb
10
11        .thumb
12	.thumb_func
13thumb:
14	nop
15        blx     next
16        blx     PASS
17        nop
18        nop
19
20        .section text1, "ax"
21        .arm
22next:
23        add     r0, r1, r0
24        bx      lr
25
26FAIL:
27	fail
28PASS:
29	pass
30
31
32