MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jal.s
index 379be9502a86f2ae0dcfd87604ff64ea6497e12a..96ec7c981007c43399b9cfdfa8f295ce924d8c36 100644 (file)
@@ -9,3 +9,7 @@ text_label:
 # Test j as well       
        j       text_label
        j       external_text_label
+
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+       .align  2
+       .space  8
This page took 0.023437 seconds and 4 git commands to generate.