Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-kvx / farcall-call-plt.s
blobe1b1bbc6beabbfba6e1382e5091449a9ac942aa7
1 .global _start
2 .global foo
3 .type foo, @function
4 .text
6 _start:
7 # ((1 << 26) - 1) << 2
8 # PCREL27 relocation out of range to plt stub,
9 # we need long branch veneer.
10 .skip 268435452, 0
11 call foo
13 ret