Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
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.
Home |
Main Index |
Thread Index |
Old Index