summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/clrt.cgs
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2002-02-01 11:44:32 +0000
committerBen Elliston <bje@au.ibm.com>2002-02-01 11:44:32 +0000
commit3da25b5a2a8931f5143b423021e4e95f57c78c52 (patch)
tree8cfe23621092082a7b1f18f9cd5bd7287fe47807 /sim/testsuite/sim/sh64/compact/clrt.cgs
parenta50dc7f4d7e5d1474295a119df0c4ec7c715f277 (diff)
downloadgdb-3da25b5a2a8931f5143b423021e4e95f57c78c52.tar.gz
* Contribute Hitachi SH5 simulator.
Diffstat (limited to 'sim/testsuite/sim/sh64/compact/clrt.cgs')
-rw-r--r--sim/testsuite/sim/sh64/compact/clrt.cgs16
1 files changed, 16 insertions, 0 deletions
diff --git a/sim/testsuite/sim/sh64/compact/clrt.cgs b/sim/testsuite/sim/sh64/compact/clrt.cgs
new file mode 100644
index 00000000000..281c2f4243d
--- /dev/null
+++ b/sim/testsuite/sim/sh64/compact/clrt.cgs
@@ -0,0 +1,16 @@
+# sh testcase for clrt -*- Asm -*-
+# mach: all
+# as: -isa=shcompact
+# ld: -m shelf32
+
+ .include "compact/testutils.inc"
+
+ start
+
+ .global clrt
+clrt:
+ clrt
+ bt wrong
+ pass
+wrong:
+ fail