summaryrefslogtreecommitdiff
path: root/crt/arm/crtn.s
blob: 9d7107d0230b3e1ebcf0cb187bb39dfa4480c474 (plain) (blame)
1
2
3
4
5
6
7
8
9
.section .init
	tst lr,#1
	moveq pc,lr
	bx lr

.section .fini
	tst lr,#1
	moveq pc,lr
	bx lr