Add a more helpful warning message to explain why some AArch64 relocations can overflow.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / farcall-b-plt.s
CommitLineData
07f9ddfe
JW
1 .global _start
2 .global foo
3 .type foo, @function
4 .text
5_start:
6 # ((1 << 25) - 1) << 2
7 # jump26 relocation out of range to plt stub,
8 # we need long branch veneer.
9 .skip 134217724, 0
10 b foo
11 ret
This page took 0.051015 seconds and 4 git commands to generate.