* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / sim / testsuite / sim / m32r / bc8.cgs
CommitLineData
6b35d9dd
DE
1# m32r testcase for bc $disp8
2# mach(): m32r m32rx
3
4 .include "testutils.inc"
5
6 start
7
8 .global bc8
9bc8:
10
11 mvi_h_condbit 0
12 bc.s test0fail
13 bra test0pass
14test0fail:
15 fail
16test0pass:
17
18 mvi_h_condbit 1
19 bc.s test1pass
20 fail
21test1pass:
22
23 pass
This page took 0.05645 seconds and 4 git commands to generate.