xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/thumb/bx-hs.cgs (revision f8cf1a9151c7af1cb0bd8b09c13c66bca599c027)
1# arm testcase for bx $hs
2# mach: unfinished
3
4	.include "testutils.inc"
5
6	start
7
8	.global bx_hs
9bx_hs:
10	bx r8
11
12	pass
13