summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-metag/stub_pic_shared.s
blob: 9bf5643897a036916688d7bb623c227cf9f2acf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

	.text
	.global __start
__start:
	CALLR D1RtP,_far

	.section .text.pad,"ax"
	.space 0x200000
	.global pad_end
pad_end:
	.section .text.far,"ax"
	.global _far2
_far2:
	NOP
_far:
	CALLR D1RtP,_far2@PLT