]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/csu/arm/crtn.S
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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