Retro68/binutils/ld/testsuite/ld-aarch64/farcall-bl-plt.s

13 lines
202 B
ArmAsm
Raw Normal View History

2017-04-10 11:32:00 +00:00
.global _start
.global foo
.type foo, @function
.text
_start:
# ((1 << 25) - 1) << 2
# call26 relocation out of range to plt stub,
# we need long branch veneer.
.skip 134217724, 0
bl foo
ret