summaryrefslogtreecommitdiff
path: root/crt/powerpc/crti.s
blob: 60461ca4c2e1079c3da8908b1f786f40f257aab7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.section .init
.align 2
.global _init
_init:
	stwu 1,-32(1)
	mflr 0
	stw 0,36(1)

.section .fini
.align 2
.global _fini
_fini:
	stwu 1,-32(1)
	mflr 0
	stw 0,36(1)