MIPS16: Add R_MIPS16_PC16_S1 branch relocation support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-weak.s
index eedef7a5477ca917d75de3404534d4fc1c0fe502..a2dc7344a128cddba22df6a0d2acd9adb7cbafe5 100644 (file)
@@ -1,5 +1,5 @@
        .text
-       .align  4, 0
+       .align  align, 0
        .globl  foo
        .ent    foo
 foo:
@@ -11,9 +11,9 @@ foo:
        .weak   bar
        .ent    bar
 bar:
+       nop
        jr      $ra
        .end    bar
 
 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
-       .align  4, 0
-       .space  16
+       .align  align, 0
This page took 0.027544 seconds and 4 git commands to generate.