1 .syntax unified
2 
3 .section .init
4 	pop {r0,lr}
5 	bx lr
6 
7 .section .fini
8 	pop {r0,lr}
9 	bx lr
10