diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-11-23 03:34:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-11-23 03:34:15 +0000 |
commit | 4ba8d09fe259ba42ca4d6b8f474acb3a7fcb021c (patch) | |
tree | 939e181052f053148678e22dcec06189ad94cef7 /sim | |
parent | e1aeb28538c044736b7bf91929fffb42f2ecacff (diff) | |
download | gdb-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/ChangeLog | 7 |
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, |