summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sh/crtn.S
blob: e8be7e51fadbe614f9ef3f643d57b4bf90db4bcc (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
25
26
27
28
29
30
31
32
33
34
	.file	"crtn.S"
	.text
	
	.section .init
	.hidden  _init
	.align 1
	.global	_init
	.type	_init, @function
	mov	r14,r15
	lds.l	@r15+,pr
	mov.l	@r15+,r14
	rts	
	mov.l	@r15+,r12
.L8:
	.align 2
.L6:
.L7:
	
	.section .fini
	.hidden  _fini
	.align 1
	.global	_fini
	.type	_fini, @function
	mov	r14,r15
	lds.l	@r15+,pr
	mov.l	@r15+,r14
	rts	
	mov.l	@r15+,r12
.L13:
	.align 2
.L11:
.L12:
	
	.ident	"GCC: (GNU) 3.3.2"