blob: e1b1bbc6beabbfba6e1382e5091449a9ac942aa7 [file]
.global _start
.global foo
.type foo, @function
.text
_start:
# ((1 << 26) - 1) << 2
# PCREL27 relocation out of range to plt stub,
# we need long branch veneer.
.skip 268435452, 0
call foo
;;
ret
;;