summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-metag/stub.s
blob: 9fe8c970469505b2d1ba1f799df45d63b93f6ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

	.text
	.global __start
__start:
	CALLR D1RtP,_far

	.section .text.pad,"ax"
	.space 0x200000

	.section .text.far,"ax"
	.global _far
_far:
	NOP