diff options
author | Ben Elliston <bje@au.ibm.com> | 2000-12-23 21:52:14 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2000-12-23 21:52:14 +0000 |
commit | ad8707b58d17d2502c2f5aff7740a365daf51d8b (patch) | |
tree | 9964c54b0eaeef6b42ec4793b5f2a1ec6f95f5e6 /sim/common/ChangeLog | |
parent | 55f2d5ed30727db75c5f69f2723c45d209d0fe99 (diff) | |
download | gdb-ad8707b58d17d2502c2f5aff7740a365daf51d8b.zip gdb-ad8707b58d17d2502c2f5aff7740a365daf51d8b.tar.gz gdb-ad8707b58d17d2502c2f5aff7740a365daf51d8b.tar.bz2 |
2000-12-23 Ben Elliston <bje@redhat.com>
* cgen-trace.c (trace_result): Handle 'f' type operands; output
them to the trace stream using sim_fpu_printn_fpu. Include
"sim-fpu.h".
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index c01bd90..1cbbf36 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,9 @@ +2000-12-23 Ben Elliston <bje@redhat.com> + + * cgen-trace.c (trace_result): Handle 'f' type operands; output + them to the trace stream using sim_fpu_printn_fpu. Include + "sim-fpu.h". + 2000-12-15 Ben Elliston <bje@redhat.com> * sim-fpu.h (sim_fpu_printn_fpu): Declare. |