From owner-cvs-all Sat Oct 6 9:14:14 2001 Delivered-To: cvs-all@freebsd.org Received: from k7.locore.ca (k7.locore.ca [198.96.117.169]) by hub.freebsd.org (Postfix) with ESMTP id C7B6F37B407; Sat, 6 Oct 2001 09:14:03 -0700 (PDT) Received: (from jake@localhost) by k7.locore.ca (8.11.6/8.11.6) id f96GGr815141; Sat, 6 Oct 2001 12:16:53 -0400 (EDT) (envelope-from jake) Date: Sat, 6 Oct 2001 12:16:53 -0400 From: Jake Burkholder To: Doug Rabson 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> References: <200110061558.f96Fwsh59168@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110061558.f96Fwsh59168@freefall.freebsd.org>; from dfr@FreeBSD.org on Sat, Oct 06, 2001 at 08:58:54AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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