]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - lib/csu/arm/crtn.S
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / lib / csu / arm / crtn.S
1 #include <machine/asm.h>
2 __FBSDID("$FreeBSD$");
3         .section .init,"ax",%progbits
4         ldmea   fp, {fp, sp, pc}
5         mov     pc, lr
6
7         .section .fini,"ax",%progbits
8         ldmea   fp, {fp, sp, pc}
9         mov     pc, lr