.section .init
.global _init
_init:
	push {r0,lr}

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