summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/crx/beq_insn.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/crx/beq_insn.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/crx/beq_insn.s32
1 files changed, 0 insertions, 32 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/crx/beq_insn.s b/binutils-2.17/gas/testsuite/gas/crx/beq_insn.s
deleted file mode 100644
index 2f5d5ade..00000000
--- a/binutils-2.17/gas/testsuite/gas/crx/beq_insn.s
+++ /dev/null
@@ -1,32 +0,0 @@
-# 'Branch if Equal to 0' instructions.
- .data
-foodata: .word 42
- .text
-footext:
-
- .global beq0b
-beq0b:
-beq0b r10 , *+22
-
- .global bne0b
-bne0b:
-bne0b r11 , *+0x20
-
- .global beq0w
-beq0w:
-beq0w r12 , *+2
-
- .global bne0w
-bne0w:
-bne0w r13 , *+040
-
- .global beq0d
-beq0d:
-beq0d ra , *+32
-
- .global bne0d
-bne0d:
-bne0d sp , *+16
-
-
-