]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/branch-distance/bar.s
ld64-128.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / branch-distance / bar.s
1
2 .text
3 .align 4
4
5 #if __thumb__
6 .thumb_func _bar
7 .code 16
8 #endif
9
10 .globl _bar
11 _bar:
12 nop
13 #if __arm__
14 bl _foo
15 blx _foo
16 // b _foo
17 #endif
18
19
20
21
22 .subsections_via_symbols
23