diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-03-07 16:09:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-03-07 16:09:03 +0000 |
commit | 39424bef9143202f0b7fc25b73c81db580eb253c (patch) | |
tree | b0005bf91d34da2269e757c75722bbd9ed51139f /gdb/ChangeLog | |
parent | bcdd92f3e09bfbb42f46281bab7619f8c40d10a3 (diff) | |
download | gdb-39424bef9143202f0b7fc25b73c81db580eb253c.zip gdb-39424bef9143202f0b7fc25b73c81db580eb253c.tar.gz gdb-39424bef9143202f0b7fc25b73c81db580eb253c.tar.bz2 |
* defs.h: Provide prototypes for floatformat_is_negative,
floatformat_is_nan and floatformat_mantissa.
* utils.c: Include "gdb_assert.h".
(floatformat_is_negative): New function.
(floatformat_is_nan): New function.
(floatformat_mantissa): New function.
* valprint.c: Include "floatformat.h".
(print_floating): Get rid of the Linux-specific
TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
help these new functions. Print NaN's in a format conforming to
ISO C99.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e3737d7..32e592f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2001-03-07 Mark Kettenis <kettenis@gnu.org> + + * defs.h: Provide prototypes for floatformat_is_negative, + floatformat_is_nan and floatformat_mantissa. + * utils.c: Include "gdb_assert.h". + (floatformat_is_negative): New function. + (floatformat_is_nan): New function. + (floatformat_mantissa): New function. + * valprint.c: Include "floatformat.h". + (print_floating): Get rid of the Linux-specific + TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the + help these new functions. Print NaN's in a format conforming to + ISO C99. + 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il> * top.c (init_main): Make `set history file name' complete on file |