Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / gold / testsuite / thumb_bl_out_of_range_local.s
index 48de1e14206f0253ae999081f772b41c5df633db..f477d62ad9015a20b16a22fac0eb6beffb748256 100644 (file)
@@ -45,8 +45,11 @@ _forward_test:
        .size   _forward_test, .-_forward_test
 
 # Switch back to ARM mode so that we can see stubs
+        .align  2
        .code   32
-       nop
+
+# Align stub table for address matching.
+        .align  8
        
        .section        .text.post,"x"
 
This page took 0.028161 seconds and 4 git commands to generate.