]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/branch-long/bar.s
ld64-351.8.tar.gz
[apple/ld64.git] / unit-tests / test-cases / branch-long / bar.s
CommitLineData
9543cb2f
A
1
2#if __arm__
3
4 .section __MY,__text,regular,pure_instructions
5 .align 4
6
7#if __thumb__
8 .thumb_func _bar
9 .code 16
10#endif
11 .globl _bar
12_bar:
13 nop
14 bl _foo
15 blx _foo2
16 bl _myweak1
17
18
19#endif // __arm__
20
21
22
23 .subsections_via_symbols
24