From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CURxz-0004fi-10 for mharc-grub-devel@gnu.org; Wed, 17 Nov 2004 10:43:31 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CURxw-0004cA-4N for grub-devel@gnu.org; Wed, 17 Nov 2004 10:43:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CURxt-0004aG-Ix for grub-devel@gnu.org; Wed, 17 Nov 2004 10:43:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CURxt-0004Yl-1Q for grub-devel@gnu.org; Wed, 17 Nov 2004 10:43:25 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CURoW-0003zZ-7W for grub-devel@gnu.org; Wed, 17 Nov 2004 10:33:44 -0500 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id A5CA8AF82 for ; Wed, 17 Nov 2004 16:20:14 +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 14951-07 for ; Wed, 17 Nov 2004 16:20:10 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id CA16CA9C0 for ; Wed, 17 Nov 2004 16:20:02 +0100 (CET) Received: from marco.marco-g.com (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 24557C04A for ; Wed, 17 Nov 2004 16:20:02 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <20041116045636.GA3896@miracle> <87d5ydz7uf.fsf@marco.marco-g.com> <200411171111.03403.okuji@enbug.org> From: Marco Gerards Date: Wed, 17 Nov 2004 15:20:03 +0000 In-Reply-To: <200411171111.03403.okuji@enbug.org> (Yoshinori K. Okuji's message of "Wed, 17 Nov 2004 11:11:02 +0100") Message-ID: <87is848puk.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: Wed, 17 Nov 2004 15:43:28 -0000 "Yoshinori K. Okuji" writes: > On Wednesday 17 November 2004 00:34, Marco Gerards wrote: >> 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. > > Ugghaa, very dirty. Please remove such a macro as soon as possible. Yes, I agree. I will remove it as soon as module loading is possible on the PPC. It is one of my highest priorities. Thanks, Marco