* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / sim / testsuite / sim / m32r / jmp.cgs
CommitLineData
67dfe6e8
NC
1# m32r testcase for jmp $sr
2# mach(): m32r m32rx
3
4 .include "testutils.inc"
5
6 start
7
8 .global jmp
9jmp:
10 seth r4, high (ok)
11 or3 r4, r4, low (ok)
12 jmp r4
13
14 fail
15ok:
16 pass
This page took 0.056083 seconds and 4 git commands to generate.