]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/branch-distance/foo.s
ld64-127.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / branch-distance / foo.s
index 18f3a815d1fb234e49251b3cce4650a02243506e..73d01403f5fdfa7197b7deda5f378b1705baed2b 100644 (file)
@@ -1,6 +1,7 @@
 
 
     .text
+       .align 4
 
 #if __thumb__
        .thumb_func _foo
@@ -14,7 +15,7 @@ _foo:
        blx             _bar
 //     b               _bar
 
-
+       .align 4
 _space1:
 
 #if __thumb2__