Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Dan Winship <danw@netbsd.org>
List: source-changes
Date: 01/18/2000 19:30:14
Module Name:	syssrc
Committed By:	danw
Date:		Wed Jan 19 03:30:14 UTC 2000

Modified Files:
	syssrc/sys/arch/powerpc/include: trap.h
	syssrc/sys/arch/powerpc/powerpc: trap.c

Log Message:
Fill in the alignment trap handler a bit: now it can fix unaligned
floating point loads and stores (to work around a gcc bug), but will
still cause a bus error on other sorts of unaligned accesses.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/powerpc/include/trap.h
cvs rdiff -r1.22 -r1.23 syssrc/sys/arch/powerpc/powerpc/trap.c

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