summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/add-sp.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/arm/thumb/add-sp.cgs')
-rw-r--r--sim/testsuite/sim/arm/thumb/add-sp.cgs12
1 files changed, 0 insertions, 12 deletions
diff --git a/sim/testsuite/sim/arm/thumb/add-sp.cgs b/sim/testsuite/sim/arm/thumb/add-sp.cgs
deleted file mode 100644
index 54efa2abe33..00000000000
--- a/sim/testsuite/sim/arm/thumb/add-sp.cgs
+++ /dev/null
@@ -1,12 +0,0 @@
-# arm testcase for add sp,#$sword7
-# mach: unfinished
-
- .include "testutils.inc"
-
- start
-
- .global add_sp
-add_sp:
- add sp,#0
-
- pass