From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CF7ik-0005cG-0s for mharc-grub-devel@gnu.org; Wed, 06 Oct 2004 05:04:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CF7ih-0005bf-Hd for grub-devel@gnu.org; Wed, 06 Oct 2004 05:04:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CF7ig-0005bL-Kt for grub-devel@gnu.org; Wed, 06 Oct 2004 05:04:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CF7ig-0005b0-DP for grub-devel@gnu.org; Wed, 06 Oct 2004 05:04:22 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CF7bV-0005LN-BS for grub-devel@gnu.org; Wed, 06 Oct 2004 04:56:57 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id DDEC6FF9F3DC for ; Wed, 6 Oct 2004 10:56:56 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 6 Oct 2004 10:57:18 +0200 User-Agent: KMail/1.6.1 References: <87wty6sp3e.fsf@marco.marco-g.com> <20041006071029.GA31024@openbios.org> In-Reply-To: <20041006071029.GA31024@openbios.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410061057.18208.okuji@enbug.org> Subject: Re: [ppc patch] soft-float X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 09:04:24 -0000 On Wednesday 06 October 2004 09:10, Stefan Reinauer wrote: > Are there _any_? I would expect that a bootloader gets along nicely > without FP instructions at all. I agree. GRUB should not use floating point at all. Marco, can you describe why you need floating point? > I think the patch is valuable not only for those machines with FPU > disabled, but also for those with no FPU at all.. Yes. Okuji