]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/preload-section_order/more.s
ld64-241.9.tar.gz
[apple/ld64.git] / unit-tests / test-cases / preload-section_order / more.s
CommitLineData
599556ff
A
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