summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-metag/pcrel.s
blob: 866eefa3d6874871072c8eed333445eab1613dcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.text
	.global _start
_start:	
	CALLR    D0.0, external
	CALLR    D0.0, global
	CALLR    D0.0, local

	.global global
global:
	nop
local:
	nop