summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cris/expdyn1.s
blob: 100cef419589cb60b9b4fa9b9f2014f3e6b8c0f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	.data
	.global expobj
	.type	expobj,@object
expobj:
	.dword 0

	.text
	.global _start
_start:
	nop
	.global expfn
expfn:
	.type	expfn,@function
	nop
.Lfe1:
	.size	expfn,.Lfe1-expfn