Subject: CVS commit: [netbsd-4] src/sys/arch/m68k/fpe
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/31/2007 15:40:39
Module Name: src
Committed By: bouyer
Date: Sat Mar 31 15:40:39 UTC 2007
Modified Files:
src/sys/arch/m68k/fpe [netbsd-4]: fpu_calcea.c fpu_emulate.c
fpu_fstore.c
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #526):
sys/arch/m68k/fpe/fpu_emulate.c: revision 1.27
sys/arch/m68k/fpe/fpu_calcea.c: revision 1.18
sys/arch/m68k/fpe/fpu_fstore.c: revision 1.10
Make these compile with options DEBUG_FPE.
Don't disable EA_DIRECT in fpu_load_ea(), which seems disabled
accidentally in rev 1.11 about six years ago, otherwise
fmovel %dN,%fpN instructions cause unexpected memory access.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.17.24.1 src/sys/arch/m68k/fpe/fpu_calcea.c
cvs rdiff -r1.26 -r1.26.24.1 src/sys/arch/m68k/fpe/fpu_emulate.c
cvs rdiff -r1.9 -r1.9.24.1 src/sys/arch/m68k/fpe/fpu_fstore.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.