MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jal.s
index eab4e1d317e6283d2ef7340353a826b10874b871..96ec7c981007c43399b9cfdfa8f295ce924d8c36 100644 (file)
@@ -1,5 +1,5 @@
 # Source file used to test the jal macro.
-       
+       .globl  text_label      .text
 text_label:    
        jal     $25
        jal     $4,$25
@@ -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.023835 seconds and 4 git commands to generate.