aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-kvx/pcrel-reloc.s
blob: 825a38189a4d4f25dfd35fa0e4b1a6b8f4a4bbdf (plain)
1
2
3
4
5
6
7
8
9
10
.text
.global _start
.weak foo
.hidden foo

.type _start, @function
_start:
	pcrel $r1 = @pcrel(foo)
	ret
	;;