summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-sh/fdpic-gotofffuncdesc-shared.s
blob: daf1c8483c370d36a44ce0f5feca7ed390937e0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.text
	.globl	f
	.type	f,@function
f:
	mov.l .L1, r1
	add r12, r1
	.align 2
.L1:
	.long	foo@GOTOFFFUNCDESC
	.type	foo,@function
foo:
	nop