zig/deps/lld/test/ELF/Inputs/arm-thumb-blx-targets.s
Andrew Kelley 4794281d64 embed LLD 5.0.0
This is 48aaa9f66120f72b5d7e4a90b32fee40a3386ce9 from the
git monorepo.
2017-08-27 17:46:59 -04:00

37 lines
694 B
ArmAsm

.syntax unified
.arm
.section .R_ARM_CALL24_callee_low, "ax",%progbits
.align 2
.globl callee_low
.type callee_low,%function
callee_low:
bx lr
.section .R_ARM_CALL24_callee_thumb_low, "ax",%progbits
.balign 0x100
.thumb
.type callee_thumb_low,%function
.globl callee_thumb_low
callee_thumb_low:
bx lr
.section .R_ARM_CALL24_callee_high, "ax",%progbits
.balign 0x100
.arm
.globl callee_high
.type callee_high,%function
callee_high:
bx lr
.section .R_ARM_CALL24_callee_thumb_high, "ax",%progbits
.balign 0x100
.thumb
.type callee_thumb_high,%function
.globl callee_thumb_high
callee_thumb_high:
bx lr
.globl blx_far
.type blx_far, %function
blx_far = 0x1010018