diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-17 21:56:48 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-17 21:56:48 +0000 |
commit | 660ea833cd6ddcb22707b4956b753910668cad87 (patch) | |
tree | 8971b1eb12312fdf532c61911edd479f8bcf47e7 /libiberty/ChangeLog | |
parent | ed66705b9eeb259eb9e0eca8184ff40614c97222 (diff) | |
download | gcc-660ea833cd6ddcb22707b4956b753910668cad87.tar.gz |
* floatformat.c (floatformat_to_double): Correctly handle numbers
between 1 and 2. Simplify handling of denormal number.
(main): Test with 1.1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190493 138bc75d-0d04-0410-961f-82ee72b054a4
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 6615047ad25..0b720e762d7 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 |