diff options
author | Luis Machado <luisgpm@br.ibm.com> | 2008-01-03 11:39:35 +0000 |
---|---|---|
committer | Luis Machado <luisgpm@br.ibm.com> | 2008-01-03 11:39:35 +0000 |
commit | 542a88d0e44f1435c18e1dd02bcdf55f14b98583 (patch) | |
tree | d0e8303a9fda0f644491946d275cd4637fc0d898 /gdb/ChangeLog | |
parent | dc2bbab20c7124b2a9c04f4fbfd4a76a2c5b2692 (diff) | |
download | gdb-542a88d0e44f1435c18e1dd02bcdf55f14b98583.zip gdb-542a88d0e44f1435c18e1dd02bcdf55f14b98583.tar.gz gdb-542a88d0e44f1435c18e1dd02bcdf55f14b98583.tar.bz2 |
* doublest.c (convert_floatformat_to_doublest): Call
floatformat_to_doublest instead of floatformat_to_double and use
DOUBLEST variables.
(convert_doublest_to_floatformat): Call floatformat_from_doublest
instead of floatformat_from_double and use DOUBLEST variables.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5a5b5e9..79ce23f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2008-01-03 Luis Machado <luisgpm@br.ibm.com> + + * doublest.c (convert_floatformat_to_doublest): Call + floatformat_to_doublest instead of floatformat_to_double and use + DOUBLEST variables. + (convert_doublest_to_floatformat): Call floatformat_from_doublest + instead of floatformat_from_double and use DOUBLEST variables. + 2008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com> * MAINTAINERS (Write After Approval): Add self. |