]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/testsuite/gas/mips/bltu.s
bfd/
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mips / bltu.s
index 44b1ae629eb03ee4c525cc019da39400619d918f..8340e315d90a7c5ba967a6539b142dd0e565877f 100644 (file)
@@ -17,11 +17,10 @@ text_label:
        bleu    $4,$0,text_label
        bleu    $4,0,text_label
 
-# Sanity test bltul and bleul
-       .set    mips2
-       bltul   $4,$5,text_label
-       bleul   $4,$5,text_label
+# Branch to an external label.
+       bltu    $4,$5,external_label
+       bleu    $4,$5,external_label
 
-# Round to a 16 byte boundary, for ease in testing multiple targets.
-       nop
-       nop
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+       .align  2
+       .space  8