aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-kvx/farcall-goto-plt.s
blob: f912d9f2cdd6cef0f04200758985969a3112f5a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.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
	;;