Subject: CVS commit: syssrc/sys/arch/sh3
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/23/2002 21:35:08
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Jun 23 18:35:08 UTC 2002

Modified Files:
	syssrc/sys/arch/sh3/include: frame.h
	syssrc/sys/arch/sh3/sh3: genassym.cf locore_subr.S sh3_machdep.c

Log Message:
When delivering a signal, don't push the signum, code, and context pointer,
or handler onto the stack.  Instead, just stuff them into the correct
argument registers (handler is a "4th arg").


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/sh3/include/frame.h
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/sh3/sh3/genassym.cf
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/sh3/sh3/locore_subr.S
cvs rdiff -r1.41 -r1.42 syssrc/sys/arch/sh3/sh3/sh3_machdep.c

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