Fix latent bug in custom word point completion handling
[deliverable/binutils-gdb.git] / gold / testsuite / thumb_blx_out_of_range.s
index c4f87e0f038a412754454d7d7db8107b9438b665..2dfbf06b6319d85914bd209e39bbe4ad15b9e2fa 100644 (file)
@@ -50,9 +50,12 @@ _forward_test:
        .size   _forward_test, .-_forward_test
 
 # switch back to ARM mode so that stubs are disassembled correctly.
+       .align  2
        .code   32
-       nop
        
+# Align stub table for address matching.
+        .align  8
+
        .section        .text.post,"x"
 
 # Add padding so that target is just out of branch range. 
This page took 0.023317 seconds and 4 git commands to generate.