gdb/testsuite: Reduce gdb.threads/threadcrash.exp reliance on libc symbols
[binutils-gdb.git] / sim / testsuite / cr16 / br.cgs
blobf7ba86dde378aa870afc11cfbd461a217a5744c6
1 # cr16 testcase for bc $disp24
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global bc24
9 bc24:
11         mvi_h_condbit 0
12         bne test0fail
13         br test0pass
14 test0fail:
15         fail
16 test0pass:
18         mvi_h_condbit 1
19         bne test1pass
20         fail
21 test1pass:
23         pass