diff options
author | DJ Delorie <dj@redhat.com> | 2003-12-03 19:03:29 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-12-03 19:03:29 +0000 |
commit | b52927b711e3c4e19ced48351fe0e15558248970 (patch) | |
tree | 2f693eca4c5b9f738c5cba3c672517ddd8d95812 /libiberty/ChangeLog | |
parent | eb764db86561c2e82462565d46b5cc6c3c666e1a (diff) | |
download | gdb-b52927b711e3c4e19ced48351fe0e15558248970.zip gdb-b52927b711e3c4e19ced48351fe0e15558248970.tar.gz gdb-b52927b711e3c4e19ced48351fe0e15558248970.tar.bz2 |
merge from gcc
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 6d4c0dc..57672be 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 |