summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/farcall-group4.s
blob: 95ad03555d171bd1c7df46652f4d491aea891f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@ Test to ensure that ARM calls exceeding 32Mb generate stubs,
@ and that a large input section forces stub insertion before its
@ contribution.

	.text
myfunc:
	.space 0x2000000
	bl bar

	.section .far, "xa"
	.type bar, %function
	.global bar
bar:
	bx lr