From owner-cvs-all Sat Mar 2 1:34:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 9DECF37B405; Sat, 2 Mar 2002 01:34:35 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id UAA13730; Sat, 2 Mar 2002 20:34:33 +1100 Date: Sat, 2 Mar 2002 20:35:12 +1100 (EST) From: Bruce Evans X-X-Sender: To: "David O'Brien" Cc: , Subject: Re: cvs commit: src/lib/msun Makefile In-Reply-To: <20020301153416.A58731@dragon.nuxi.com> Message-ID: <20020302202711.W60357-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Fri, 1 Mar 2002, David O'Brien wrote: > On Sat, Mar 02, 2002 at 07:26:28AM +1100, Bruce Evans wrote: > > > Modified files: > > > lib/msun Makefile > > > Log: > > > We need an frexp() function. > > > > > > Revision Changes Path > > > 1.28 +1 -1 src/lib/msun/Makefile > > > > We already have one (an essentially identical copy for alpha, i386, ia64, > > and mips) in libc. We don't need two, or one in different libraries for > > different arches. > > My goof. I ran `nm' on the x86 libm.a and [thought I] found it there > also. Now I see it is "frexpf" that is in libm. I think we should switch to using the msun version after doing some regression tests, but it needs to be in libc. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message