farcall-bl-plt.s 202 B

123456789101112
  1. .global _start
  2. .global foo
  3. .type foo, @function
  4. .text
  5. _start:
  6. # ((1 << 25) - 1) << 2
  7. # call26 relocation out of range to plt stub,
  8. # we need long branch veneer.
  9. .skip 134217724, 0
  10. bl foo
  11. ret