allwinner_a64/android/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/farcall-bl-none-function.s
2018-08-08 20:10:12 +08:00

16 lines
185 B
ArmAsm

.global _start
.global bar
# We will place the section .text at 0x1000.
.text
_start:
bl bar
ret
# We will place the section .foo at 0x8001000.
.section .foo, "xa"
bar:
ret