summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-sh/adjsw8.s
blob: 6518e26beaf1eaa240c847e8e3120aa1f6580d20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
L0:	.byte	L1-L0
	.byte	L2-L0
	.byte	L3-L0
	.align	1
L1:	mov.l	1f,r1
	.uses	L1
	jmp	@r1
	nop
L2:	mov.l	1f,r1
	.uses	L2
	jmp	@r1
	nop
L3:	nop
	.align	2
1:	.long	2f
2: