From 846f87dbb9bb15b2c2b2fee07cfc5c19fda776eb Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 15 Dec 2001 03:39:53 +0000 Subject: [PATCH] Use __sh__ instead of __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 2fea7078dd00..3765f12e0244 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.28 2001/06/19 22:10:01 fvdl Exp $ */ +/* $NetBSD: xdr_float.c,v 1.29 2001/12/15 03:39:53 thorpej 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.28 2001/06/19 22:10:01 fvdl Exp $"); +__RCSID("$NetBSD: xdr_float.c,v 1.29 2001/12/15 03:39:53 thorpej 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(__arm__) || defined(__powerpc__) || defined(__sh3__) || \ + defined(__arm__) || defined(__powerpc__) || defined(__sh__) || \ defined(__x86_64__) #include #define IEEEFP diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c index da2a750ff858..d90a7f73562c 100644 --- a/lib/libc/stdlib/strtod.c +++ b/lib/libc/stdlib/strtod.c @@ -1,4 +1,4 @@ -/* $NetBSD: strtod.c,v 1.37 2001/06/19 22:08:07 fvdl Exp $ */ +/* $NetBSD: strtod.c,v 1.38 2001/12/15 03:39:53 thorpej Exp $ */ /**************************************************************** * @@ -93,13 +93,13 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: strtod.c,v 1.37 2001/06/19 22:08:07 fvdl Exp $"); +__RCSID("$NetBSD: strtod.c,v 1.38 2001/12/15 03:39:53 thorpej 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(__sh3__) || defined(__x86_64__) || \ + defined(__powerpc__) || defined(__sh__) || defined(__x86_64__) || \ (defined(__arm__) && defined(__VFP_FP__)) #include #if BYTE_ORDER == BIG_ENDIAN