From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle McMartin Subject: Re: [RFC] Patch for glibc getcontext()/makecontext()/setcontext()/swapcontext() Date: Sat, 19 Jul 2008 22:33:42 -0400 Message-ID: <20080720023342.GB6427@phobos.i.cabal.ca> References: <200807190011.02042.deller@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-parisc , John David Anglin , carlos@systemhalted.org, Randolph Chung To: Helge Deller Return-path: In-Reply-To: <200807190011.02042.deller@gmx.de> List-ID: List-Id: linux-parisc.vger.kernel.org On Sat, Jul 19, 2008 at 12:11:01AM +0200, Helge Deller wrote: > - only integer parameters allowed (but that's usual on most arches) > - 32bit userspace implementation only > - do I need to save the FP regs? > - maybe more? > > Any feedback is very much appreciated. > (Please be kind, my hppa assembler knowledge isn't that good) > You probably need to save fpregs as well, but you could just steal all that from setjmp (ordering matters with fprs.) r, Kyle