]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/order_file/extra.s
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / order_file / extra.s
CommitLineData
a61fdf0a
A
1
2
3 .text
afe874b1 4 .align 4
a61fdf0a
A
5
6 .globl _foo1
7_foo1: nop
8
9 .globl _aaa2
10_aaa2:
a645023d
A
11 .globl _bbb2
12 .private_extern _bbb2
a61fdf0a
A
13_bbb2:
14_ccc2:
15 nop
16
17 .globl _bbb3
18_aaa3:
19_bbb3:
20_ccc3:
21 nop
22
23
24_aaa4:
25 nop
a645023d
A
26
27#if SUBSECTIONS
28 .subsections_via_symbols
29#endif