diff options
author | Gabriel Dos Reis <gdr@integrable-solutions.net> | 2005-12-17 17:21:34 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2005-12-17 17:21:34 +0000 |
commit | 573b07c7514cc57f64be4d3c3e33c27c8bbbd938 (patch) | |
tree | 12dc3c15ab7a8eba75a58a230c6a0ad128650d59 /libiberty/ChangeLog | |
parent | 3e4c09d047b8de65bc5b8f6b5c33252e11db789d (diff) | |
download | gcc-573b07c7514cc57f64be4d3c3e33c27c8bbbd938.tar.gz |
floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast to convert from "from".
* floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast
to convert from "from".
(floatformat_to_double): Likewise.
(floatformat_from_double): Use explicit cast to convert from "to".
From-SVN: r108717
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 85e96bad04b..4d5caf37981 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,10 @@ +2005-12-17 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * floatformat.c (floatformat_i387_ext_is_valid): Use explicit cast + to convert from "from". + (floatformat_to_double): Likewise. + (floatformat_from_double): Use explicit cast to convert from "to". + 2005-12-10 Terry Laurenzo <tlaurenzo@gmail.com> PR java/9861 |