From 4ba8d09fe259ba42ca4d6b8f474acb3a7fcb021c Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 23 Nov 1997 03:34:15 +0000 Subject: [PATCH] Change MIPS simulator so that it uses the (software) module sim_fpu for floating point operations. Eliminates all dependencies the simulator had on the hosts FP implemantation. Add sim_fpu_{inv,abs,neg} functions to sim_fpu.[hc] --- sim/common/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 7e6908430f..ea024b208b 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,6 +1,11 @@ +Sun Nov 23 10:57:00 1997 Andrew Cagney + + * sim-fpu.c (sim_fpu_abs, sim_fpu_neg, sim_fpu_inv), sim-fpu.h: + New functions. + Sat Nov 22 19:16:54 1997 Andrew Cagney - * sim-reason.c (sim_stop_reason): For sim_signalled, terurn the + * sim-reason.c (sim_stop_reason): For sim_signalled, return the signal untranslated, document problem with this. * nrun.c (main): Check for a prog name of `*step'. If present,