summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cris/pv32.s
blob: 7606266045013718292f09a14848264b93752254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
	.global here
	.type	here,@function
here:
	nop
.Lfe3:
	.size	here,.Lfe3-here

	.type	pfn,@function
pfn:
	bsr	expfn
	nop
	bsr	dsofn3
	nop
.Lfe1:
	.size	pfn,.Lfe1-pfn

	.global dsofn
	.type	dsofn,@function
dsofn:
	move.d	expobj,$r10
	nop
.Lfe2:
	.size	dsofn,.Lfe2-dsofn