bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / bge.s
index 4b4e58f6d69bad91c5a64ff4b84ace7ad27b957e..6dc0ce1cf8f04426f1fac7e125dcb417a2be26d9 100644 (file)
@@ -19,16 +19,9 @@ text_label:
        bgt     $0,$5,text_label
        bgt     $4,0,text_label
 
-# Sanity test bgel and bgtl
-       .set    mips2
-       bgel    $4,$5,text_label
-       bgtl    $4,$5,text_label
-
 # Branch to an external label.
        bge     $4,$5,external_label
        bgt     $4,$5,external_label
-       bgel    $4,$5,external_label
-       bgtl    $4,$5,external_label
 
 # Round to a 16 byte boundary, for ease in testing multiple targets.
        nop
This page took 0.024585 seconds and 4 git commands to generate.