NetBSD/lib/libc/compat
riastradh 59ccc04e14 Teach libc's compat ldexp stub to raise fp exceptions.
This ldexp stub will shadow the ldexp weak alias for scalbn in libm,
which is unfortunate but hard to fix properly without chasing the
mythical libc bump beast.  With the change here, we should raise all
the same exceptions that libm's scalbn does -- overflow, underflow,
inexact-result, and (for signalling NaN only) invalid-operation.
This in turn should correct the missing overflow/underflow exceptions
of our portable C fma, and perhaps other routines.

XXX pullup
2020-05-21 05:56:31 +00:00
..
arch Mark __cerror as hidden to avoid using the PLT. This is required for new 2020-05-05 20:43:47 +00:00
db
gen Teach libc's compat ldexp stub to raise fp exceptions. 2020-05-21 05:56:31 +00:00
include
locale
net
rpc
stdio
stdlib
sys deduplicate the conversion function from statvfs -> statfs12 2019-10-04 01:28:02 +00:00
time
Makefile
Makefile.inc
shlib_version