summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/beq.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mips/beq.s')
-rw-r--r--gas/testsuite/gas/mips/beq.s30
1 files changed, 0 insertions, 30 deletions
diff --git a/gas/testsuite/gas/mips/beq.s b/gas/testsuite/gas/mips/beq.s
deleted file mode 100644
index b653cd0497c..00000000000
--- a/gas/testsuite/gas/mips/beq.s
+++ /dev/null
@@ -1,30 +0,0 @@
-# Source file used to test the beq macro.
- .globl text_label .text
-text_label:
- beq $4,$5,text_label
- beq $4,0,text_label
- beq $4,1,text_label
- beq $4,0x8000,text_label
- beq $4,-0x8000,text_label
- beq $4,0x10000,text_label
- beq $4,0x1a5a5,text_label
-
-# bne is handled by the same code as beq. Just sanity check.
- bne $4,0,text_label
-
-# Sanity check beql and bnel
- .set mips2
- beql $4,0,text_label
- bnel $4,0,text_label
-
-# Test that branches which overflow are converted to jumps.
- .space 0x20000
- b text_label
- bal text_label
-
-# Branch to an external label.
- b external_label
- bal external_label
-
-# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
- .space 8