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