]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - lib/csu/arm/crtn.S
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.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