Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 06/27/1999 04:10:19
Module Name:	basesrc
Committed By:	pk
Date:		Sun Jun 27 11:10:19 UTC 1999

Modified Files:
	basesrc/lib/libc/arch/sparc/gen: _setjmp.S

Log Message:
A new implementation of _setjmp/_longjmp that uses the T_FLUSHWIN trap.
This means the stack frame and program counter can restored directly
from the jmp_buf, eliminating the need to backtrack through frames
which does not work in all cases.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/lib/libc/arch/sparc/gen/_setjmp.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.