MIPS/GAS/testsuite: Remove last remnants of ECOFF support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / beq.s
index 66831bb2f34e29c3a90f4d00cf077a4822ca2320..c37106acda9574c54ffd209f0288e7d42a8030ae 100644 (file)
@@ -12,19 +12,17 @@ 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
-
+       .ifndef r6
 # Test that branches which overflow are converted to jumps.
        .space  0x20000
        b       text_label
        bal     text_label
+       .endif
 
 # Branch to an external label.
        b       external_label
        bal     external_label
 
 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+       .align  2
        .space  8
This page took 0.028598 seconds and 4 git commands to generate.