Subject: CVS commit: syssrc/sys/arch/arm/arm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/23/2002 22:16:44
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Jun 23 19:16:44 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/arm: sig_machdep.c sigcode.S

Log Message:
When delivering a signal, arrange to have the handler invoked directly,
using the trampoline only for the return.  This saves two instructions
in the trampoline, one of them being a branch.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/arm/arm/sig_machdep.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm/arm/sigcode.S

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