Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2001 12:16:53 -0400
From:      Jake Burkholder <jake@locore.ca>
To:        Doug Rabson <dfr@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/stdlib strtod.c
Message-ID:  <20011006121653.D7732@locore.ca>
In-Reply-To: <200110061558.f96Fwsh59168@freefall.freebsd.org>; from dfr@FreeBSD.org on Sat, Oct 06, 2001 at 08:58:54AM -0700
References:  <200110061558.f96Fwsh59168@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, On Sat, Oct 06, 2001 at 08:58:54AM -0700,
	Doug Rabson said words to the effect of;

> dfr         2001/10/06 08:58:54 PDT
> 
>   Modified files:
>     lib/libc/stdlib      strtod.c 
>   Log:
>   Make this work on ia64. I have no idea why it works on alpha - it
>   shouldn't.
>   
>   Revision  Changes    Path
>   1.9       +8 -2      src/lib/libc/stdlib/strtod.c

I assume that's why we have netbsd_strtod.c and a not so temporary
hack in the stdlib Makefile.inc.

.if ${MACHINE_ARCH} == "alpha"
#  XXX Temporary until the assumption that a long is 32-bits is resolved
#  XXX FreeBSD's code. NetBSD kludged this with Long = int32_t and
#  XXX ULong = u_int32_t
SRCS+=  netbsd_strtod.c
.else
SRCS+=  strtod.c
.endif

Jake

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011006121653.D7732>