Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 01/16/2001 02:29:45
Module Name:	syssrc
Committed By:	bjh21
Date:		Tue Jan 16 00:29:45 UTC 2001

Modified Files:
	syssrc/sys/arch/arm26/arm26: vm_machdep.c
	syssrc/sys/arch/arm26/include: signal.h

Log Message:
Switch over to using the arm32 sigcontext structure.

Yes, this causes binary incompatibility.  Yes, it's Evil, Bad and Wrong.
Nonetheless, I think it's probably the least unpleasant way to get close to
binary compatibility with NetBSD/arm32, and a very much doubt there are any
arm26 binaries out there that depend on the old shape of struct sigcontext.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/arm26/arm26/vm_machdep.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm26/include/signal.h

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