diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-04-30 10:55:09 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-04-30 10:55:09 +0000 |
commit | e7439596fca23301f7dac9823a00f5a305529b80 (patch) | |
tree | ae9b280b107c34766ab9f82c1f45d77769b09e4b /sim/common | |
parent | fdcf7943a047aef4c8392b4cdc5c9094190a5ac9 (diff) | |
download | gdb-e7439596fca23301f7dac9823a00f5a305529b80.zip gdb-e7439596fca23301f7dac9823a00f5a305529b80.tar.gz gdb-e7439596fca23301f7dac9823a00f5a305529b80.tar.bz2 |
Add 2-result FP trace macro.
Dump hex value of floating-point numbers
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 023687c..570467a 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,11 @@ +Wed Apr 29 23:58:52 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-trace.c (print_data): For floating-point numbers trace raw + hex value. + (trace_result_fp2): New function. + * sim-trace.h (trace_result_fp2): New declaration. + (TRACE_FP_RESULT2): New macro. + Tue Apr 28 18:28:58 1998 Geoffrey Noer <noer@cygnus.com> * common/aclocal.m4: call AM_EXEEXT in SIM_AC_COMMON, define |