diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-08-17 21:59:31 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-08-17 21:59:31 +0000 |
commit | e372c21ce5de68fdfd90230d8f6d4f106973d19e (patch) | |
tree | 4eae9af114cff3c5926bf32eb6efc5ca07c01b22 /libiberty/ChangeLog | |
parent | db7618108f99d46abdb66638f9a52a80e9264503 (diff) | |
download | gdb-e372c21ce5de68fdfd90230d8f6d4f106973d19e.zip gdb-e372c21ce5de68fdfd90230d8f6d4f106973d19e.tar.gz gdb-e372c21ce5de68fdfd90230d8f6d4f106973d19e.tar.bz2 |
* floatformat.c (floatformat_to_double): Correctly handle numbers
between 1 and 2. Simplify handling of denormal number.
(main): Test with 1.1.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 6615047..0b720e7 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2012-08-17 Andreas Schwab <schwab@linux-m68k.org> + + * floatformat.c (floatformat_to_double): Correctly handle numbers + between 1 and 2. Simplify handling of denormal number. + (main): Test with 1.1. + 2012-07-31 Mike Frysinger <vapier@gentoo.org> * md5.c (md5_finish_ctx): Declare swap_bytes. Assign SWAP() output |