diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-08-17 21:56:48 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2012-08-17 21:56:48 +0000 |
commit | c9ac76ae53099599a2c02a2022faea0cc30bce8c (patch) | |
tree | 8971b1eb12312fdf532c61911edd479f8bcf47e7 /libiberty/ChangeLog | |
parent | e327d1a362b29d605f15678072700ffb39fc4917 (diff) | |
download | gcc-c9ac76ae53099599a2c02a2022faea0cc30bce8c.zip gcc-c9ac76ae53099599a2c02a2022faea0cc30bce8c.tar.gz gcc-c9ac76ae53099599a2c02a2022faea0cc30bce8c.tar.bz2 |
floatformat.c (floatformat_to_double): Correctly handle numbers between 1 and 2.
* floatformat.c (floatformat_to_double): Correctly handle numbers
between 1 and 2. Simplify handling of denormal number.
(main): Test with 1.1.
From-SVN: r190493
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 |