bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / blt.s
index 000305696dd6eec4928c779d36d88770e015a5d1..9b2ed08524f396cd7d6212d7df6073ab87f1ae6d 100644 (file)
@@ -24,6 +24,12 @@ text_label:
        bltl    $4,$5,text_label
        blel    $4,$5,text_label
 
+# Branch to an external label.
+       blt     $4,$5,external_label
+       ble     $4,$5,external_label
+       bltl    $4,$5,external_label
+       blel    $4,$5,external_label
+
 # Round to a 16 byte boundary, for ease in testing multiple targets.
        nop
        nop
This page took 0.023922 seconds and 4 git commands to generate.