diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-02-23 09:18:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-02-23 09:18:30 +0000 |
commit | bdfe5c0439d0fdd6db272c2527841bf5640ce5be (patch) | |
tree | e3002f7f033fd27fe91c069789746885de9efc32 /sim/common/ChangeLog | |
parent | 3c1e924307e976ac89f5870b1604c1f0a9ed2cd0 (diff) | |
download | gdb-bdfe5c0439d0fdd6db272c2527841bf5640ce5be.zip gdb-bdfe5c0439d0fdd6db272c2527841bf5640ce5be.tar.gz gdb-bdfe5c0439d0fdd6db272c2527841bf5640ce5be.tar.bz2 |
* sim-fpu.h (enum sim_fpu_class): Add sim_fpu_class_denorm.
(sim_fpu_fpto, sim_fpu_tofp): Define.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 605a560..67daa63 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 23 13:24:54 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-fpu.h (enum sim_fpu_class): Add sim_fpu_class_denorm. + (sim_fpu_fpto, sim_fpu_tofp): Define. + Fri Feb 20 18:08:51 1998 Andrew Cagney <cagney@b1.cygnus.com> * sim-fpu.c (sim_fpu_cmp): New function. |