1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-30 12:04:07 +00:00
freebsd/lib/libc/arm/gen
Ed Maste 4b12fb6103 Remove duplicate copies of trivial getcontextx.c
Only i386 and amd64 provide a non-trivial __getcontextx(). Use a common
trivial implementation in gen/ for other architectures, rather than
copying the file to each MD subdirectory.

Reviewed by:	kib
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D1472
2015-01-12 18:13:38 +00:00
..
__aeabi_read_tp.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
_ctx_start.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
_set_tp.c Merging of projects/armv6, part 2 2012-08-15 03:09:00 +00:00
_setjmp.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
alloca.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
arm_initfini.c Finish pulling in the NetBSD setjmp/longjmp updates on ARM. 2013-06-07 22:01:06 +00:00
divsi3.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
fabs.c
flt_rounds.c Implement __flt_rounds for ARMv6 hard-float. The fpscr register stores the 2014-03-22 12:28:21 +00:00
fpgetmask_vfp.c Rename the fp{get,set}* files so they no longer conflict with the softfloat 2014-04-21 09:43:22 +00:00
fpgetround_vfp.c Rename the fp{get,set}* files so they no longer conflict with the softfloat 2014-04-21 09:43:22 +00:00
fpgetsticky_vfp.c Rename the fp{get,set}* files so they no longer conflict with the softfloat 2014-04-21 09:43:22 +00:00
fpsetmask_vfp.c Set the new floating point exception mask correctly 2014-04-28 18:54:12 +00:00
fpsetround_vfp.c Rename the fp{get,set}* files so they no longer conflict with the softfloat 2014-04-21 09:43:22 +00:00
fpsetsticky_vfp.c Rename the fp{get,set}* files so they no longer conflict with the softfloat 2014-04-21 09:43:22 +00:00
infinity.c
makecontext.c
Makefile.inc Remove duplicate copies of trivial getcontextx.c 2015-01-12 18:13:38 +00:00
setjmp.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
signalcontext.c
sigsetjmp.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00