summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-metag/stub_pic_app.s
blob: 288334f1c0da179916ba75c0d47b03c487f5d9f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

	.text
	.global __start
__start:
	CALLR D1RtP,_far
	CALLR D1RtP,_lib_func
	CALLR D1RtP,_far2

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

	.data
	.balign 4
	.type _app_data,@object
	.size _app_data,4
_app_data:
	.long _lib_data