]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/csu/arm/crtn.S
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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