summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/bl.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/arm/bl.cgs')
-rw-r--r--sim/testsuite/sim/arm/bl.cgs21
1 files changed, 0 insertions, 21 deletions
diff --git a/sim/testsuite/sim/arm/bl.cgs b/sim/testsuite/sim/arm/bl.cgs
deleted file mode 100644
index fbc7ef5021b..00000000000
--- a/sim/testsuite/sim/arm/bl.cgs
+++ /dev/null
@@ -1,21 +0,0 @@
-# arm testcase for bl$cond $offset24
-# mach: all
-
- .include "testutils.inc"
-
- start
-
- .global bl
-bl:
- mvi_h_gr r14,0
- bl bl2
-bl1:
- fail
-bl2:
- mvaddr_h_gr r4,bl1
- cmp r14,r4
- beq bl3
- fail
-bl3:
-
- pass