Subject: CVS commit: [netbsd-4] src/sys/arch
To: None <source-changes@NetBSD.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 07/26/2007 12:57:44
Module Name:	src
Committed By:	pavel
Date:		Thu Jul 26 12:57:44 UTC 2007

Modified Files:
	src/sys/arch/amiga/amiga [netbsd-4]: trap.c
	src/sys/arch/atari/atari [netbsd-4]: trap.c
	src/sys/arch/hp300/hp300 [netbsd-4]: trap.c

Log Message:
Pull up following revision(s) (requested by mhitch in ticket #729):
	sys/arch/atari/atari/trap.c: revision 1.91
	sys/arch/amiga/amiga/trap.c: revision 1.115
	sys/arch/hp300/hp300/trap.c: revision 1.131
Pass a frame pointer to trap() rather than the 'entire frame' trick.  Gcc4
was optimizing away modifications to the frame contents (it's not nice to
trick gcc).  Pass the pointer as the first argument to reduce the number
of places that would be changed otherwise.  Fixes the getcwd regression
test on most m68k ports.


To generate a diff of this commit:
cvs rdiff -r1.110 -r1.110.8.1 src/sys/arch/amiga/amiga/trap.c
cvs rdiff -r1.84 -r1.84.8.1 src/sys/arch/atari/atari/trap.c
cvs rdiff -r1.125 -r1.125.8.1 src/sys/arch/hp300/hp300/trap.c

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