summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/m32r/lock.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/m32r/lock.cgs')
-rw-r--r--sim/testsuite/sim/m32r/lock.cgs25
1 files changed, 0 insertions, 25 deletions
diff --git a/sim/testsuite/sim/m32r/lock.cgs b/sim/testsuite/sim/m32r/lock.cgs
deleted file mode 100644
index 631525ebbbf..00000000000
--- a/sim/testsuite/sim/m32r/lock.cgs
+++ /dev/null
@@ -1,25 +0,0 @@
-# m32r testcase for lock $dr,@$sr
-# mach(): m32r m32rx
-
- .include "testutils.inc"
-
- start
-
- .global lock
-lock:
- mvaddr_h_gr r4, data_loc
- mvi_h_gr r5, 0
-
- lock r5, @r4
-
- test_h_gr r5, 0x12345678
-
- ; There is no way to test the lock bit
-
- unlock r5, @r4 ; Unlock the processor
-
- pass
-
-data_loc:
- .word 0x12345678
-