[Instrumentation] Fix a warning
[llvm-project.git] / lld / test / ELF / Inputs / arm-thumb-blx-targets.s
blob4585ac4399cb3df6e937aa8d57b30bb73f72e08d
1 .syntax unified
2 .arm
3 .section .R_ARM_CALL24_callee_low, "ax",%progbits
4 .align 2
5 .globl callee_low
6 .type callee_low,%function
7 callee_low:
8 bx lr
10 .section .R_ARM_CALL24_callee_thumb_low, "ax",%progbits
11 .balign 0x100
12 .thumb
13 .type callee_thumb_low,%function
14 .globl callee_thumb_low
15 callee_thumb_low:
16 bx lr
18 .section .R_ARM_CALL24_callee_high, "ax",%progbits
19 .balign 0x100
20 .arm
21 .globl callee_high
22 .type callee_high,%function
23 callee_high:
24 bx lr
26 .section .R_ARM_CALL24_callee_thumb_high, "ax",%progbits
27 .balign 0x100
28 .thumb
29 .type callee_thumb_high,%function
30 .globl callee_thumb_high
31 callee_thumb_high:
32 bx lr
34 .globl blx_far
35 .type blx_far, %function
36 blx_far = 0x1010018