]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/preload-section_order/more.s
ld64-351.8.tar.gz
[apple/ld64.git] / unit-tests / test-cases / preload-section_order / more.s
1
2
3 .section __MYSEG,__my_aaa
4 _a: .long 0
5
6
7 .section __MYSEG,__my_bbb
8 _b: .long 0
9
10
11 .section __MYSEG,__my_ccc
12 _c: .long 0
13
14
15
16 .section __MYSEG,__my_ddd
17 _d: .long 0
18
19