NetBSD/lib/libc
is e6cb27b508 ieee.h and ldexp.c taken from the powerpc port, for the benefit of
68040 and 68060 owners.
With ``make M68040=1'' or ``make M68060=1'', we build a libc where the ldexp()
doesn't use excessive amounts of system cpu time.
Without any of those defines, the normal assembler version using FSCALE is
included, for the benefit of M68020 and M68030 users, or M68040/M68060 users
where the ldexp performance is no bottleneck.
[Its not yet worked out how to include both library versions in a binary
distribution, but you can build your own from source now if you need it.]
For details, look at PR 3105.
1997-10-02 21:47:47 +00:00
..
arch ieee.h and ldexp.c taken from the powerpc port, for the benefit of 1997-10-02 21:47:47 +00:00
compat-43 If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
db install mpool.3 and links, per PR#4055 1997-09-24 07:33:49 +00:00
gen Delete `: %m' from a format string passed to err(). 1997-09-29 06:52:40 +00:00
gmon Fix RCSID's 1997-07-13 19:53:56 +00:00
include Put TNF copyright on this file 1997-07-21 14:17:52 +00:00
locale Link localeconv(3) to setlocale(3). 1997-07-15 09:22:31 +00:00
md Eliminate bogus redefinitions of standard targets. 1997-05-09 07:50:03 +00:00
net Make linkntoa.3 a link to linkaddr.3 again; fixes PR lib/4017 from maximum 1997-08-26 20:27:05 +00:00
nls Fix files using old TNF copyright notice 1997-07-30 22:53:50 +00:00
quad Fix RCSID's 1997-07-13 20:01:39 +00:00
regex If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
rpc If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
stdio Remove the flag test when seeing if _double is zero or not. We 1997-08-29 05:31:11 +00:00
stdlib If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
string Add missing "RETURN VALUES" section; from Krister Walfridsson 1997-08-26 20:34:57 +00:00
sys s/Path/Dirname/; closes PR lib/4155 1997-09-27 19:33:20 +00:00
termios Sync prototype of cfsetspeed() with code; from Matthias Scheler 1997-10-01 16:39:56 +00:00
time sync with tzcode1997g 1997-09-05 02:11:55 +00:00
yp Fix files using old TNF copyright notice 1997-07-30 23:53:32 +00:00
Makefile Build with warnings enabled on m68k systems. 1997-07-18 10:52:36 +00:00
shlib_version note swapon() to be removed. 1997-09-04 06:38:19 +00:00