]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/branch-interworking/mythumb.s
a58c28f4ef78d139206ca4b24ee031dedd0c0c41
[apple/ld64.git] / unit-tests / test-cases / branch-interworking / mythumb.s
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