summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-sh/fdpic-plt.s
blob: e873d3e6d17b9b089dfef27f5adc2c0c692dbe82 (plain)
1
2
3
4
5
6
7
8
9
10
11
	.text
	.globl	f
	.type	f,@function
f:
	mov.l .L1, r0
	mov.l .L2, r1
	.align 2
.L1:
	.long	foo@PLT
.L2:
	.long	bar@PLT