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