Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



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.




Home | Main Index | Thread Index | Old Index