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