]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/branch-long/bar.s
ld64-278.4.tar.gz
[apple/ld64.git] / unit-tests / test-cases / branch-long / bar.s
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