Warner Losh
559a218c9b
libc: Purge unneeded cdefs.h
...
These sys/cdefs.h are not needed. Purge them. They are mostly left-over
from the $FreeBSD$ removal. A few in libc are still required for macros
that cdefs.h defines. Keep those.
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D42385
2023-11-01 16:44:30 -06:00
Warner Losh
1d386b48a5
Remove $FreeBSD$: one-line .c pattern
...
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
2023-08-16 11:54:42 -06:00
David Schultz
b1d046441d
Convert softfloat to use the standard exception flag and rounding macros
...
in fenv.h instead of the non-standard and incomplete ones in ieeefp.h.
Thanks to Ian Lepore for testing this patch.
2012-01-16 04:05:53 +00:00
Olivier Houchard
6f831b072a
Oooops I forgot to commit that.
...
Use fp_rnd_t, not fp_rnd.
Reported by: Jia-Shiun Li (jiashiun at gmail dot com)
2004-12-08 18:41:42 +00:00
Olivier Houchard
15144b0f96
Import the softfloat emulation library, needed for FreeBSD/arm right now.
...
It should become useless when gcc 3.4 will be imported, as libgcc from
gcc 3.4 contains this bits for arm.
2004-05-14 12:13:06 +00:00