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