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

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