From: <ai...@us...> - 2004-02-26 11:51:18
|
Update of /cvsroot/linux-vax/glibc/sysdeps/vax/bits In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3519/bits Modified Files: setjmp.h Log Message: Another batch of linker and setjmp changes Index: setjmp.h =================================================================== RCS file: /cvsroot/linux-vax/glibc/sysdeps/vax/bits/setjmp.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- setjmp.h 26 Feb 2004 02:06:31 -0000 1.4 +++ setjmp.h 26 Feb 2004 11:35:35 -0000 1.5 @@ -19,4 +19,4 @@ /* Test if longjmp to JMPBUF would unwind the frame containing a local variable at ADDRESS. */ #define _JMPBUF_UNWINDS(jmpbuf, address) \ - ((void *) (address) < (void *)(jmpbuf[4]) + ((void *) (address) < (void *)(jmpbuf[JB_SP]) |