diff options
author | Ian Lance Taylor <ian@wasabisystems.com> | 2003-12-03 18:36:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2003-12-03 18:36:50 +0000 |
commit | bee6ab3e7241334f1a3550c4e0ac9fe8be715a6b (patch) | |
tree | 8f6c7e7a2c51b2e3cd76478d7092e59558dfd1fa /libiberty/ChangeLog | |
parent | 34cf946f15680f2f9b7f8ef5102aae19f35a8799 (diff) | |
download | gcc-bee6ab3e7241334f1a3550c4e0ac9fe8be715a6b.zip gcc-bee6ab3e7241334f1a3550c4e0ac9fe8be715a6b.tar.gz gcc-bee6ab3e7241334f1a3550c4e0ac9fe8be715a6b.tar.bz2 |
floatformat.c: Include "config.h" and <string.h> if available.
* floatformat.c: Include "config.h" and <string.h> if available.
(INFINITY, NAN): Define if not defined by <math.h>.
(floatformat_to_double): Handle NaN, infinity, and denormalized
numbers.
(floatformat_from_double): Likewise.
(ieee_test): In debugging code, use little endian rather than big
endian. Correct tests to handle NaN and to check correct sign of
zero. Omit m68k extended test.
(main): Add more debugging cases.
From-SVN: r74237
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index a6cfd9e..e3ac9a1 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,15 @@ +2003-12-03 Ian Lance Taylor <ian@wasabisystems.com> + + * floatformat.c: Include "config.h" and <string.h> if available. + (INFINITY, NAN): Define if not defined by <math.h>. + (floatformat_to_double): Handle NaN, infinity, and denormalized + numbers. + (floatformat_from_double): Likewise. + (ieee_test): In debugging code, use little endian rather than big + endian. Correct tests to handle NaN and to check correct sign of + zero. Omit m68k extended test. + (main): Add more debugging cases. + 2003-11-29 Ian Lance Taylor <ian@wasabisystems.com> * cp-demangle.c (d_demangle): Only return success if we consumed |