summaryrefslogtreecommitdiff
path: root/crt/arm/crti.s
blob: 0d479cd2cde5da22a255635c919c2cf62c3f73c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
.section .init
.global _init
_init:
	push {r0,lr}

.section .fini
.global _fini
_fini:
	push {r0,lr}