Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 02/15/1996 17:50:16
mark
Thu Feb 15 17:40:21 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/conf
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv25071
Modified Files:
files.arm32
Log Message:
Added files for machine specific debugger code
armfpe.c replaced with armfpe.s
mark
Thu Feb 15 17:42:33 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/fpe-arm
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv25228
Removed Files:
armfpe.c
Log Message:
armfpe.c was messy. Removing it in and replacing its function with
armfpe.s
mark
Thu Feb 15 17:44:57 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/fpe-arm
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv25298
Added Files:
armfpe.s
Log Message:
Replacement for armfpe.c. This is much nicer.
mark
Thu Feb 15 17:45:41 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/fpe-arm
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv25335
Modified Files:
armfpe_glue.S armfpe_init.c
Log Message:
Fixed undefined instruction handler chaining. The FPE will now correctly
pass on an undefined instruction if it was not an FP instruction.