From 4e87e41c661685c9312e1445e8062eb4afd5288e Mon Sep 17 00:00:00 2001 From: msaitoh Date: Fri, 26 Nov 1999 07:39:45 +0000 Subject: [PATCH] check __sh3__ --- lib/libc/rpc/xdr_float.c | 6 +++--- lib/libc/stdlib/strtod.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libc/rpc/xdr_float.c b/lib/libc/rpc/xdr_float.c index aca48bdc3c8f..1bcd0ba963b2 100644 --- a/lib/libc/rpc/xdr_float.c +++ b/lib/libc/rpc/xdr_float.c @@ -1,4 +1,4 @@ -/* $NetBSD: xdr_float.c,v 1.18 1998/11/15 17:32:47 christos Exp $ */ +/* $NetBSD: xdr_float.c,v 1.19 1999/11/26 07:41:14 msaitoh Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -35,7 +35,7 @@ static char *sccsid = "@(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_float.c 2.1 88/07/29 4.0 RPCSRC"; #else -__RCSID("$NetBSD: xdr_float.c,v 1.18 1998/11/15 17:32:47 christos Exp $"); +__RCSID("$NetBSD: xdr_float.c,v 1.19 1999/11/26 07:41:14 msaitoh Exp $"); #endif #endif @@ -71,7 +71,7 @@ __weak_alias(xdr_float,_xdr_float); #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ - defined(__arm32__) || defined(__powerpc__) + defined(__arm32__) || defined(__powerpc__) || defined(__sh3__) #include #define IEEEFP #endif diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c index 58234999f945..d163c9d0e2fb 100644 --- a/lib/libc/stdlib/strtod.c +++ b/lib/libc/stdlib/strtod.c @@ -1,4 +1,4 @@ -/* $NetBSD: strtod.c,v 1.32 1999/02/06 16:01:22 kleink Exp $ */ +/* $NetBSD: strtod.c,v 1.33 1999/11/26 07:39:45 msaitoh Exp $ */ /**************************************************************** * @@ -93,13 +93,13 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: strtod.c,v 1.32 1999/02/06 16:01:22 kleink Exp $"); +__RCSID("$NetBSD: strtod.c,v 1.33 1999/11/26 07:39:45 msaitoh Exp $"); #endif /* LIBC_SCCS and not lint */ #define Unsigned_Shifts #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ - defined(__powerpc__) + defined(__powerpc__) || defined(__sh3__) #include #if BYTE_ORDER == BIG_ENDIAN #define IEEE_BIG_ENDIAN