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