]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/order_file/extra.s
ld64-128.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / order_file / extra.s
index 90166cedbcfa1dc847f289faf28a336b74a3af16..9a6b194e226b4f800465eb3d7fae3eb8cf48d8c0 100644 (file)
@@ -1,12 +1,15 @@
 
 
        .text
+       .align 4
        
        .globl _foo1
 _foo1: nop
 
        .globl _aaa2
 _aaa2:
+       .globl _bbb2
+       .private_extern _bbb2
 _bbb2:
 _ccc2:
        nop
@@ -20,5 +23,7 @@ _ccc3:
 
 _aaa4:
        nop
-       
-       
\ No newline at end of file
+
+#if SUBSECTIONS
+       .subsections_via_symbols
+#endif