From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CUD1h-0002kX-CJ for mharc-grub-devel@gnu.org; Tue, 16 Nov 2004 18:46:21 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUD1c-0002hg-3u for grub-devel@gnu.org; Tue, 16 Nov 2004 18:46:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUD1Y-0002fc-Js for grub-devel@gnu.org; Tue, 16 Nov 2004 18:46:12 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUD1Y-0002fT-6r for grub-devel@gnu.org; Tue, 16 Nov 2004 18:46:12 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUCsW-0003WW-KP for grub-devel@gnu.org; Tue, 16 Nov 2004 18:36:52 -0500 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id A569CA124 for ; Wed, 17 Nov 2004 00:34:27 +0100 (CET) Received: from mail-cn.han.nl ([145.74.66.11]) by localhost (charlie.han.nl [145.74.66.9]) (amavisd-new, port 10024) with ESMTP id 32415-10 for ; Wed, 17 Nov 2004 00:34:26 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 074AFA108 for ; Wed, 17 Nov 2004 00:34:26 +0100 (CET) Received: from marco.marco-g.com (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id C3FC4C046 for ; Wed, 17 Nov 2004 00:34:25 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <20041116045636.GA3896@miracle> From: Marco Gerards Date: Tue, 16 Nov 2004 23:34:32 +0000 In-Reply-To: <20041116045636.GA3896@miracle> (Hollis Blanchard's message of "Mon, 15 Nov 2004 22:56:36 -0600") Message-ID: <87d5ydz7uf.fsf@marco.marco-g.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new@vscan-cn.han.nl Subject: Re: [ppc patch] setjmp/longjmp 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: Tue, 16 Nov 2004 23:46:18 -0000 Hollis Blanchard writes: > Anyways, I have done some standalone tests and it seems to work fine. So > pretending the GRUB_UTIL stuff is fixed, this wouldn't break the > build... Thanks for your patch. For now I have added a macro called "GRUBOF" which is defined for grubof. In include/grub/setjmp.h I made a change to make an exception for grubof. I did this because a lot of GRUB_UTILS things are still required for grubof. This can all change when module loading is supported. I just committed the patch and it works great. I've also committed another patch which fixes some problem I had on the pegasos. Thanks, Marco