From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CTk7c-00074E-Db for mharc-grub-devel@gnu.org; Mon, 15 Nov 2004 11:54:32 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTk7Z-00071P-Ui for grub-devel@gnu.org; Mon, 15 Nov 2004 11:54:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTk7Z-00070W-2i for grub-devel@gnu.org; Mon, 15 Nov 2004 11:54:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTk7Y-0006zr-Nb for grub-devel@gnu.org; Mon, 15 Nov 2004 11:54:28 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTjyX-0005tS-Ko for grub-devel@gnu.org; Mon, 15 Nov 2004 11:45:09 -0500 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id B2961F6A4E42 for ; Mon, 15 Nov 2004 17:45:07 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 15 Nov 2004 17:46:35 +0100 User-Agent: KMail/1.6.1 References: <238F4F30-2C82-11D9-8335-000A95A0560C@penguinppc.org> <871xex29wh.fsf@marco.marco-g.com> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411151746.35744.okuji@enbug.org> Subject: Re: ppc 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: Mon, 15 Nov 2004 16:54:30 -0000 On Monday 15 November 2004 17:09, Hollis Blanchard wrote: > setjmp/longjmp don't sound too bad. I guess setjmp just needs to save > the register state into memory and longjmp restores it? Yes. I'd recommend implementing this based on glibc (glibc/sysdeps/powerpc/{powerpc32,powerpc64}). Okuji