summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/crti.S
blob: 49164249684978c9355d891aa2725e5d97f81665 (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
	.file	"initfini.c"
#APP
	
	.section .init
#NO_APP
	.align 2
	.globl _init
	.type	_init, @function
_init:
	stwu 1,-32(1)
	mflr 0
	stw 0,36(1)
#APP
	
	.align 2
	
	
	.section .fini
#NO_APP
	.align 2
	.globl _fini
	.type	_fini, @function
_fini:
	stwu 1,-32(1)
	mflr 0
	stw 0,36(1)
#APP
	.align 2
	
	
	.ident	"GCC: (GNU) 3.3.1 20030626 (Debian prerelease)"