From owner-cvs-all Fri Mar 1 15:38:31 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id AB24437B41A; Fri, 1 Mar 2002 15:38:27 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id g21NcJQ58782; Fri, 1 Mar 2002 15:38:19 -0800 (PST) (envelope-from obrien) Date: Fri, 1 Mar 2002 15:34:16 -0800 From: "David O'Brien" To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/msun Makefile Message-ID: <20020301153416.A58731@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200203010158.g211wLc92658@freefall.freebsd.org> <20020302071521.M58310-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020302071521.M58310-100000@gamplex.bde.org>; from bde@zeta.org.au on Sat, Mar 02, 2002 at 07:26:28AM +1100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message