]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/csu/arm/crtn.S
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / csu / arm / crtn.S
1 #include <machine/asm.h>
2 __FBSDID("$FreeBSD$");
3
4         .section .init,"ax",%progbits
5         ldmea   fp, {fp, sp, pc}
6         mov     pc, lr
7
8         .section .fini,"ax",%progbits
9         ldmea   fp, {fp, sp, pc}
10         mov     pc, lr