From owner-freebsd-current@FreeBSD.ORG Wed Oct 29 14:37:52 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA06616A4CE; Wed, 29 Oct 2003 14:37:52 -0800 (PST) Received: from smtp4.hy.skanova.net (smtp4.hy.skanova.net [195.67.199.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F4A743FB1; Wed, 29 Oct 2003 14:37:51 -0800 (PST) (envelope-from john@veidit.net) Received: from veidit.net (h230n1fls35o1000.telia.com [217.210.234.230]) h9TMbota016335; Wed, 29 Oct 2003 23:37:50 +0100 (CET) Message-ID: <3FA0413C.60007@veidit.net> Date: Wed, 29 Oct 2003 23:37:48 +0100 From: John Angelmo User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: sv, en, en-us MIME-Version: 1.0 To: Kris Kennaway References: <3F92E129.10307@veidit.net> <20031028034630.GC32916@VARK.homeunix.com> <20031028090337.E27950@carver.gumbysoft.com> <3FA01F71.1020203@adminforum.se> <20031029211951.GA12398@rot13.obsecurity.org> In-Reply-To: <20031029211951.GA12398@rot13.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: David Schultz cc: current@freebsd.org Subject: Re: __fpclassifyd problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2003 22:37:52 -0000 Kris Kennaway wrote: > On Wed, Oct 29, 2003 at 09:13:37PM +0100, John Angelmo wrote: > >>Doug White wrote: >> >> >>>On Mon, 27 Oct 2003, David Schultz wrote: >>> >>> >>> >>>>I'm just catching up on -CURRENT, but I wanted to point out that >>>>this was fixed last night in: >>>> >>>> src/lib/msun/src/e_scalbf.c,v1.8 >>>> src/lib/msun/src/e_scalb.c,v1.10 >>>> >>>>The fix was to use the old versions of isnan() and isinf() >>>>specifically in the two places in libm where they are needed. >>> >>> >>>okay, so the $65,000 question is: >>> >>>Does this make the Diablo JDKs work? :) >>> >> >> >>I could test, should I just get those files from current, integrate with >>5.1-p10 and recompile? > > > That should work. > > Kris I get this: cc -fpic -DPIC -O -pipe -march=pentium3 -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_ -c i387_s_tan.S -o i387_s_tan.So building shared library libm.so.2 e_scalb.So: In function `__ieee754_scalbf': e_scalb.So(.text+0x0): multiple definition of `__ieee754_scalbf' e_scalbf.So(.text+0x0): first defined here *** Error code 1 /John