Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/lib/libc/arch/sh3/gen Pull up revision 1.17 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/807e66452ba3
branches:  netbsd-3
changeset: 575450:807e66452ba3
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Apr 19 12:32:00 2005 +0000

description:
Pull up revision 1.17 (requested by kleink in ticket #163):
Push back the descriptions of NaN formats, and descriptions of the
distinction between signalling NaNs and quiet NaNs back into the
machine-dependent headers; treat the implementation of __nanf in the
same spirit.
IEEE 754 leaves the distinction between signalling NaNs and quiet NANs
to the implementation, and unlike our headers used to suggest they're
not identical in the interpretation of the fraction's MSb; in due
course, make those of hppa, mips, sh3, and sh5 reflect reality.

diffstat:

 lib/libc/arch/sh3/gen/Makefile.inc |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 58b955795ffa -r 807e66452ba3 lib/libc/arch/sh3/gen/Makefile.inc
--- a/lib/libc/arch/sh3/gen/Makefile.inc        Tue Apr 19 12:31:53 2005 +0000
+++ b/lib/libc/arch/sh3/gen/Makefile.inc        Tue Apr 19 12:32:00 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.16 2004/03/04 23:42:38 kleink Exp $
+#      $NetBSD: Makefile.inc,v 1.16.6.1 2005/04/19 12:32:00 tron Exp $
 
 SRCS+= _setjmp.S setjmp.S sigsetjmp.S __setjmp14.S __sigsetjmp14.S
 
@@ -10,7 +10,6 @@
 
 # Common ieee754 constants and functions
 SRCS+= infinityf_ieee754.c infinity_ieee754.c infinityl_dbl_ieee754.c
-SRCS+= nanf_ieee754.c
 SRCS+= fpclassifyf_ieee754.c fpclassifyd_ieee754.c
 SRCS+= frexp_ieee754.c
 SRCS+= isinff_ieee754.c isinfd_ieee754.c
@@ -19,6 +18,8 @@
 SRCS+= ldexp_ieee754.c modf_ieee754.c
 SRCS+= signbitf_ieee754.c signbitd_ieee754.c
 
+SRCS+= nanf.c
+
 # In gcc3 dynamic world these functions must be ".hidden" in libgcc*.a,
 # as they are gcc "millicode" with different calling conventions.
 .if ${HAVE_GCC3} == "no"



Home | Main Index | Thread Index | Old Index