summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-sh/fdpic-gotfuncdesc-static.s
blob: fc403b7ce52cbb3995adef22c0ca2728a2d0e792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.text
	.globl	_start
	.type	_start,@function
_start:
	mov.l .L1, r0
	mov.l @(r0,r12), r1
	.align 2
.L1:
	.long	foo@GOTFUNCDESC
	.type	foo,@function
foo:
	nop