Subject: CVS commit: src/sys/arch/powerpc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 02/03/2003 23:48:02
Module Name:	src
Committed By:	matt
Date:		Mon Feb  3 21:48:02 UTC 2003

Modified Files:
	src/sys/arch/powerpc/include: frame.h signal.h
	src/sys/arch/powerpc/powerpc: compat_13_machdep.c sig_machdep.c

Log Message:
Don't use trapframe in sigcontext.  Instead define a new structure
utrapframe that fixed in size (and the same size as the trapframe
in NetBSD 1.5).  This preserves binary compatibility for those programs
that dealt looked at sigcontexts.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/powerpc/include/frame.h
cvs rdiff -r1.9 -r1.10 src/sys/arch/powerpc/include/signal.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/powerpc/powerpc/compat_13_machdep.c
cvs rdiff -r1.10 -r1.11 src/sys/arch/powerpc/powerpc/sig_machdep.c

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