From fa152dff878071a2ed0a5f3e8173074c205fe840 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 3 Dec 2003 18:36:50 +0000 Subject: * floatformat.c: Include "config.h" and if available. (INFINITY, NAN): Define if not defined by . (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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74237 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libiberty/ChangeLog') diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index a6cfd9e0209..e3ac9a1fc83 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,15 @@ +2003-12-03 Ian Lance Taylor + + * floatformat.c: Include "config.h" and if available. + (INFINITY, NAN): Define if not defined by . + (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 * cp-demangle.c (d_demangle): Only return success if we consumed -- cgit v1.2.3