xref: /aosp_15_r20/external/musl/crt/powerpc/crti.s (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1.section .init
2.align 2
3.global _init
4_init:
5	stwu 1,-32(1)
6	mflr 0
7	stw 0,36(1)
8
9.section .fini
10.align 2
11.global _fini
12_fini:
13	stwu 1,-32(1)
14	mflr 0
15	stw 0,36(1)
16