freebsd-dev/lib/libc/powerpc/gen
John Baldwin 80996ef878 Remove bogus checks against NCARGS.
NCARGS isn't a limit on the number of arguments to pass to a function,
but the number of bytes that can be consumed by arguments to exec.  As
such, it is not suitable for a limit on the count of arguments passed
to makecontext().

Sponsored by:	DARPA / AFRL
2018-01-31 17:57:59 +00:00
..
_ctx_start.S Ensure that every ENTRY(foo) has a matching END(foo). 2014-10-01 15:00:21 +00:00
_set_tp.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
_setjmp.S Fix powerpc setjmp FPR saving/restoring. 2015-04-08 00:32:39 +00:00
eabi.S Ensure that every ENTRY(foo) has a matching END(foo). 2014-10-01 15:00:21 +00:00
fabs.S Ensure that every ENTRY(foo) has a matching END(foo). 2014-10-01 15:00:21 +00:00
flt_rounds.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
fpgetmask.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
fpgetround.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
fpgetsticky.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
fpsetmask.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
fpsetround.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
infinity.c Make unions in PowerPC libc endian-safe. 2016-02-26 20:38:23 +00:00
makecontext.c Remove bogus checks against NCARGS. 2018-01-31 17:57:59 +00:00
Makefile.common Reduce code duplication between powerpc and powerpcspe 2016-10-22 21:51:58 +00:00
Makefile.inc Fix a typo which broke the build for powerpc. 2016-10-25 01:32:35 +00:00
setjmp.S Fix powerpc setjmp FPR saving/restoring. 2015-04-08 00:32:39 +00:00
signalcontext.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00
sigsetjmp.S Fix powerpc setjmp FPR saving/restoring. 2015-04-08 00:32:39 +00:00
syncicache.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00