From 693e7b964f9d91d9df97b776718271c94131dcbd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 17 Mar 1995 18:42:51 +0000 Subject: Fri Mar 17 12:58:37 1995 Roland McGrath * sunrpc/Makefile (install-lib): Variable removed. (rpcsvc-objs): Variable removed. (extra-objs): Don't include $(rpcsvc-objs). (extra-libs): New variable, contains librpcsvc. (librpcsvc-routines): New variable. (librpcsvc-inhibit-o): New variable, contains .so. (omit-deps): Set this to $(librpcsvc-routines). ($(objpfx)rpcgen): Don't use $(libc.a). (lib, $(objpfx)librpcsvc.a): Targets removed. * o-iterator.mk, extra-lib.mk: New files. * Makerules (o-iterator): New variable. [extra-libs]: Include extra-lib.mk to generate rules for each word of $(extra-libs). * Makefile (distribute): Add extra-lib.mk, o-iterator.mk. (IMPLICIT_ONE, *_MAX_10_EXP_LOG): Macros removed; no longer needed. * stdio/fpioconst.c, stdio/fpioconst.h: Don't use LDBL_MAX_10_EXP_LOG; LAST_POW10 defines the maximal available exponent. --- ChangeLog | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 40d61f4abc..6f7a40ee92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,34 @@ +Fri Mar 17 12:58:37 1995 Roland McGrath + + * sunrpc/Makefile (install-lib): Variable removed. + (rpcsvc-objs): Variable removed. + (extra-objs): Don't include $(rpcsvc-objs). + (extra-libs): New variable, contains librpcsvc. + (librpcsvc-routines): New variable. + (librpcsvc-inhibit-o): New variable, contains .so. + (omit-deps): Set this to $(librpcsvc-routines). + ($(objpfx)rpcgen): Don't use $(libc.a). + (lib, $(objpfx)librpcsvc.a): Targets removed. + + * o-iterator.mk, extra-lib.mk: New files. + * Makerules (o-iterator): New variable. + [extra-libs]: Include extra-lib.mk to generate rules for each word + of $(extra-libs). + * Makefile (distribute): Add extra-lib.mk, o-iterator.mk. + Fri Mar 17 13:28:04 1995 Ulrich Drepper * sysdeps/ieee754/ldbl2mpn.c (__mpn_extract_long_double): Handle 80-bit denormalized numbers correctly. * stdlib/strtod.c, stdlib/strtof.c, stdlib/strtold.c: - [IMPLICIT_ONE,*_MAX_10_EXP_LOG]: not needed anymore. + (IMPLICIT_ONE, *_MAX_10_EXP_LOG): Macros removed; no longer needed. * stdlib/strtod.c (RETURN): Add parentheses around return value. (round_and_return): Correct handling of denormalized numbers. - * stdio/fpioconst.[ch]: [LDBL_MAX_10_EXP_LOG]: don't use it. - LAST_POW10 defines the maximal available exponent. + * stdio/fpioconst.c, stdio/fpioconst.h: Don't use + LDBL_MAX_10_EXP_LOG; LAST_POW10 defines the maximal available + exponent. Thu Mar 16 00:04:41 1995 Roland McGrath -- cgit v1.2.3