Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/09/2001 22:46:22
Module Name:	syssrc
Committed By:	kleink
Date:		Wed May  9 19:46:22 UTC 2001

Modified Files:
	syssrc/sys/arch/sparc64/include: signal.h
	syssrc/sys/arch/sparc64/sparc64: machdep.c

Log Message:
In the 32-bit ABI case:
* rename sigcontext.sc_tstate to sc_psr, since this is how it is known to
  the 32-bit API, and also used for;
* don't try to squeeze the tstate into it, just emulate the ICC bits.

Per discussion with Eduardo.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/sparc64/include/signal.h
cvs rdiff -r1.103 -r1.104 syssrc/sys/arch/sparc64/sparc64/machdep.c

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