summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-sh/fdpic-funcdesc-shared.s
blob: 87d600d70db905b6b1ba86eef657c1414c38f4e9 (plain)
1
2
3
4
5
6
7
8
9
10
	.data
	.globl	bar
	.type	bar,@object
	.size	bar,4
bar:
	.long	foo@FUNCDESC
	.text
	.type	foo,@function
foo:
	nop