aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-11-23 03:34:15 +0000
committerAndrew Cagney <cagney@redhat.com>1997-11-23 03:34:15 +0000
commit4ba8d09fe259ba42ca4d6b8f474acb3a7fcb021c (patch)
tree939e181052f053148678e22dcec06189ad94cef7 /sim
parente1aeb28538c044736b7bf91929fffb42f2ecacff (diff)
downloadgdb-4ba8d09fe259ba42ca4d6b8f474acb3a7fcb021c.zip
gdb-4ba8d09fe259ba42ca4d6b8f474acb3a7fcb021c.tar.gz
gdb-4ba8d09fe259ba42ca4d6b8f474acb3a7fcb021c.tar.bz2
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]
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 7e69084..ea024b2 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,6 +1,11 @@
+Sun Nov 23 10:57:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * 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 <cagney@b1.cygnus.com>
- * 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,