summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sh/crtn.S
blob: 3a8761c1d10dd0129688a82f538136f8cf19ba67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	.file	"crtn.S"

	.section .init
	mov	r14,r15
	lds.l	@r15+,pr
	rts	
	mov.l	@r15+,r14
.Lfe1:
	.size	_init,.Lfe1-_init

	.section .fini
	mov	r14,r15
	lds.l	@r15+,pr
	rts	
	mov.l	@r15+,r14
.Lfe2:
	.size	_fini,.Lfe2-_fini