summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/sts-mach.cgs
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2005-03-25 20:44:01 +0000
committerDaniel Jacobowitz <dan@debian.org>2005-03-25 20:44:01 +0000
commitb1187e888ea584c5b3bb6bd90ca6398a7d13b071 (patch)
treed9bc591ad7c309a5883d07ee5f4bc21866efe174 /sim/testsuite/sim/sh64/compact/sts-mach.cgs
parent59ef551ad61bd7333c8a802f389922c9a7370382 (diff)
downloadgdb-b1187e888ea584c5b3bb6bd90ca6398a7d13b071.tar.gz
* lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
downloads. * config/gdbserver.exp (gdb_load): Likewise.
Diffstat (limited to 'sim/testsuite/sim/sh64/compact/sts-mach.cgs')
-rw-r--r--sim/testsuite/sim/sh64/compact/sts-mach.cgs22
1 files changed, 0 insertions, 22 deletions
diff --git a/sim/testsuite/sim/sh64/compact/sts-mach.cgs b/sim/testsuite/sim/sh64/compact/sts-mach.cgs
deleted file mode 100644
index 4d34bc17aa8..00000000000
--- a/sim/testsuite/sim/sh64/compact/sts-mach.cgs
+++ /dev/null
@@ -1,22 +0,0 @@
-# sh testcase for sts mach, $rn -*- Asm -*-
-# mach: all
-# as: -isa=shcompact
-# ld: -m shelf32
-
- .include "compact/testutils.inc"
-
- start
-
- .global sts_mach
-sts_mach:
- mov #42, r0
- lds r0, mach
- sts mach, r1
- cmp/eq r0, r1
- bf wrong
-
-okay:
- pass
-wrong:
- fail
-