freebsd-nq/lib/libc/arm/gen
Andrew Turner 8e03dd5926 Finish pulling in the NetBSD setjmp/longjmp updates on ARM.
Store/restore the VFP registers in setjmp/longjmp on ARM EABI if VFP is
enabled in the kernel. It checks the hw.floatingpoint sysctl to see if
floating-point is available and uses this to determine if it should store
them. If it does it uses a different magic value so longjmp is able to know
if it should load them.
2013-06-07 22:01:06 +00:00
..
__aeabi_read_tp.S Merging of projects/armv6, part 2 2012-08-15 03:09:00 +00:00
_ctx_start.S
_set_tp.c Merging of projects/armv6, part 2 2012-08-15 03:09:00 +00:00
_setjmp.S Finish pulling in the NetBSD setjmp/longjmp updates on ARM. 2013-06-07 22:01:06 +00:00
alloca.S
arm_initfini.c Finish pulling in the NetBSD setjmp/longjmp updates on ARM. 2013-06-07 22:01:06 +00:00
divsi3.S
fabs.c
flt_rounds.c Don't inline fenv.h functions on arm for now. Inlining makes sense: 2012-01-20 06:54:30 +00:00
getcontextx.c The getcontext() from the __fillcontextx() call in the 2013-05-28 04:54:16 +00:00
infinity.c
makecontext.c
Makefile.inc Finish pulling in the NetBSD setjmp/longjmp updates on ARM. 2013-06-07 22:01:06 +00:00
setjmp.S Finish pulling in the NetBSD setjmp/longjmp updates on ARM. 2013-06-07 22:01:06 +00:00
signalcontext.c
sigsetjmp.S Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. This 2013-06-07 21:13:28 +00:00