summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-sh/textrel1.s
blob: eda4804bc5e27042a3259c6d0e5a0e4342f92d5d (plain)
1
2
3
4
5
6
7
8
9
10
11
	.text
	.align 5
	.globl	f
f:
	mov.l	.L1,r0
	rts
	nop
	.align 2
.L1:	.long	g - f
	.long	foo@GOT