NetBSD/lib/libc/compat/gen
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
..
Makefile.inc
compat___fts13.c
compat___fts30.c
compat___fts31.c
compat___fts32.c
compat___fts50.c
compat___getmntinfo13.c
compat___glob13.c
compat___unvis13.c
compat__readdir_unlocked30.c
compat_alloca.c
compat_alphasort.c
compat_devname.c
compat_errlist.c
compat_frexp_ieee754.c
compat_fts.c
compat_getmntinfo.c
compat_getpwent.c
compat_glob.c
compat_lastlogx.c
compat_ldexp_ieee754.c
compat_modf_ieee754.c
compat_opendir.c
compat_readdir.c
compat_scandir.c
compat_siglist.c
compat_signame.c
compat_sigsetops.c
compat_syslog.c
compat_time.c
compat_times.c
compat_timezone.c
compat_unvis.c
compat_utime.c
compat_utmp.c
compat_utmpx.c