This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / gas / testsuite / gas / mips / bge.s
index 405fd82..c3c86e9 100644 (file)
@@ -19,13 +19,10 @@ 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
 
-# Round to a 16 byte boundary, for ease in testing multiple targets.
-       nop
-       nop
-       nop
-       nop
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+       .align  2
+       .space  8