blob: f912d9f2cdd6cef0f04200758985969a3112f5a5 [file] [edit]
.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
goto foo
;;
ret
;;