]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/sh64/compact/bra.cgs
2002-10-04 Michael Snyder <msnyder@redhat.com>
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / sh64 / compact / bra.cgs
1 # sh testcase for bra $disp12 -*- Asm -*-
2 # mach: all
3 # as: -isa=shcompact
4 # ld: -m shelf32
5
6 .include "compact/testutils.inc"
7
8 start
9
10 .global bra
11 bra:
12 bra okay
13 slot:
14 nop
15 bad:
16 fail
17 fail
18 fail
19 .global okay
20 okay:
21 pass
22 fail
23