bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / bgeu.s
index dcfbfdb81feef1cbb45c9615028d0f1c19c75d59..dc0a93aea524ae005aca3a814490d6b05e0a438e 100644 (file)
@@ -21,6 +21,6 @@ text_label:
        bgeu    $4,$5,external_label
        bgtu    $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
This page took 0.026477 seconds and 4 git commands to generate.