This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / sim / testsuite / sim / sh64 / compact / rts.cgs
1 # sh testcase for rts -*- Asm -*-
2 # mach: all
3 # as: -isa=shcompact
4 # ld: -m shelf32
5
6 .include "compact/testutils.inc"
7
8 start
9
10 .global rts
11 rts:
12 bsr subroutine
13 slot:
14 nop
15 return:
16 pass
17 fail
18
19 subroutine:
20 rts
21 rts_slot:
22 nop
23 bad:
24 fail
This page took 0.035492 seconds and 5 git commands to generate.