]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/branch-interworking/mythumb.s
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / branch-interworking / mythumb.s
CommitLineData
a645023d
A
1
2 .text
afe874b1
A
3 .align 4
4_junk:
5 nop
6 nop
7 nop
8 nop
a645023d
A
9#if __arm__
10 .syntax unified
11 .thumb_func _mythumb
12 .code 16
13#endif
14
15 .globl _mythumb
16_mythumb:
17 nop
18#if __arm__
19 //bl _myarm
20 b.w _myarm
21#elif __i386__ || __x86_64__
22 jmp _myarm
23#endif
24
25
26 .subsections_via_symbols