From owner-freebsd-current Thu Jul 22 15:12:20 1999 Delivered-To: freebsd-current@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 527DC14F29 for ; Thu, 22 Jul 1999 15:12:12 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id IAA22899; Fri, 23 Jul 1999 08:12:04 +1000 Date: Fri, 23 Jul 1999 08:12:04 +1000 From: Bruce Evans Message-Id: <199907222212.IAA22899@godzilla.zeta.org.au> To: cracauer@cons.org, current@FreeBSD.ORG Subject: Re: Anyone using the none-GPL FPU emulator in -current? Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >It seems the non-GPL floating point emulator is completely broken in >4.0-current. > >While it still boots the kernel and brings up the system, it seems to >cause every floating-point using userlevel program to coredump (i.e. >ping). ping uses sqrt(), so it was broken by not preserving FreeBSD defaults for TARGET_FLAGS in egcs (-mno-fancy-math-387 is specially for our broken emulator but is no longer the default). >Is anyone here using the non-GPL math emulator in 4.0? Installing a >4.0 snapshot on a FPU-less machine counts! Clearly there aren't many 4.0 users who actually need an emulator. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message