one more mips64 n32 setjmp/longjmp bug

Alexandre Oliva aoliva@redhat.com
Thu Mar 20 20:55:00 GMT 2003


Turns out the calling conventions for FP registers of n32 is not like
n64, but like o32.  Oops.  This patch fixes it.  I'm undecided as to
whether to entirely avoid ifdefs in setjmp_aux.c and __longjmp.c, by
moving specialized versions into the n32 and n64 files, or to merge
all of the setjmp/longjmp files into sysdeps/mips.  Ok?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: mips64-n32-setlongjmp.patch
Type: text/x-patch
Size: 4209 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20030320/8822419a/attachment.bin>
-------------- next part --------------

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


More information about the Libc-alpha mailing list