blob: 2cb0dd0011d11bef5f1a6f20f4dc7677f8c34c81 [file] [log] [blame]
.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