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