]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/preload-section_order/extra.s
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / preload-section_order / extra.s
CommitLineData
599556ff
A
1
2
3
4 .section __MYSEG,__my_xxx
5_x: .long 0
6
7
8 .section __MYSEG,__my_yyy
9_y: .long 0
10
11
12 .section __MYSEG,__my_zzz
13_z: .long 0
14
15