summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/pop-pc.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/arm/thumb/pop-pc.cgs')
-rw-r--r--sim/testsuite/sim/arm/thumb/pop-pc.cgs12
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/testsuite/sim/arm/thumb/pop-pc.cgs b/sim/testsuite/sim/arm/thumb/pop-pc.cgs
new file mode 100644
index 00000000000..4579cad6bc2
--- /dev/null
+++ b/sim/testsuite/sim/arm/thumb/pop-pc.cgs
@@ -0,0 +1,12 @@
+# arm testcase for pop {${rlist-pc}}
+# mach: unfinished
+
+ .include "testutils.inc"
+
+ start
+
+ .global pop_pc
+pop_pc:
+ pop {0}
+
+ pass