summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cris/brokw-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cris/brokw-2.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cris/brokw-2.s22
1 files changed, 0 insertions, 22 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cris/brokw-2.s b/binutils-2.17/gas/testsuite/gas/cris/brokw-2.s
deleted file mode 100644
index 4043ca97..00000000
--- a/binutils-2.17/gas/testsuite/gas/cris/brokw-2.s
+++ /dev/null
@@ -1,22 +0,0 @@
-; Tests the broken-word function, two words.
- .syntax no_register_prefix
-sym2: moveq 0,r0
-
- .word sym1 - sym2
- .word sym3 - sym2
-
- moveq 1,r0
-; Short jump around secondary jump table inserted here :
-; ba next_label
-; nop
-; .skip 2,0
-; Secondary jump table inserted here :
-; jump sym3
-; jump sym1
-next_label:
- moveq 2,r0
-
- .space 32766, 0
-
-sym1: moveq 3,r0
-sym3: moveq 4,r0