From owner-cvs-src@FreeBSD.ORG Mon Aug 18 01:53:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6EB537B401; Mon, 18 Aug 2003 01:53:05 -0700 (PDT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B381D43F85; Mon, 18 Aug 2003 01:53:04 -0700 (PDT) (envelope-from des@des.no) Received: from smtp.des.no (37.80-203-228.nextgentel.com [80.203.228.37]) by mail.broadpark.no (Postfix) with ESMTP id CEE1E788ED; Mon, 18 Aug 2003 10:53:03 +0200 (MEST) Received: by smtp.des.no (Pony Express, from userid 666) id 90AD095DF4; Mon, 18 Aug 2003 10:53:03 +0200 (CEST) Received: from dwp.des.no (dwp.des.no [10.0.0.4]) by smtp.des.no (Pony Express) with ESMTP id AA33395994; Mon, 18 Aug 2003 10:52:59 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 74DBBB824; Mon, 18 Aug 2003 10:52:59 +0200 (CEST) To: Kris Kennaway References: <200308171605.h7HG5nOd095330@repoman.freebsd.org> <20030818070415.W3401@gamplex.bde.org> <20030818083502.GA71675@rot13.obsecurity.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 18 Aug 2003 10:52:59 +0200 In-Reply-To: <20030818083502.GA71675@rot13.obsecurity.org> (Kris Kennaway's message of "Mon, 18 Aug 2003 01:35:02 -0700") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, hits=-3.0 required=8.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_GNUS_UA version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Hajimu UMEMOTO cc: Bruce Evans Subject: Re: cvs commit: src/usr.sbin/route6d route6d.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2003 08:53:06 -0000 Kris Kennaway writes: > On Mon, Aug 18, 2003 at 10:23:27AM +0200, Dag-Erling Sm?rgrav wrote: > > I have patches which allow world to build successfully with > > -fno-builtin... > What did you do about the libstdc++ breakage (some symbols are > undefined by our tree and only provided by gcc's builtins), or did > someone else fix that? I implemented fabsl(3), which is what libstdc++ complained about. We could also get by simply by adding #ifdef __GNUC__ #define fabsl(x) __builtin_fabsl(x) #endif to src/lib/msun/src/math.h. I tried to raise interest on the -standards list a few months ago for implementing the "long double" versions of the standard math routines, as mandated by C99 and SUSv3, but nobody took my bait. I also managed to trash the partial implementation I did have, so all I have right now is fabsl(3). DES --=20 Dag-Erling Sm=F8rgrav - des@des.no