aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2006-04-24 21:24:27 +0000
committerJulian Brown <jules@gcc.gnu.org>2006-04-24 21:24:27 +0000
commit9fff64328d6e03611eb18cae23704cebf32d2c40 (patch)
tree681021159ce14c7e9c0707332cee969fb47da4e6 /libiberty/ChangeLog
parente551ad2608228e879d774e51b935089e1bd2dae4 (diff)
downloadgcc-9fff64328d6e03611eb18cae23704cebf32d2c40.zip
gcc-9fff64328d6e03611eb18cae23704cebf32d2c40.tar.gz
gcc-9fff64328d6e03611eb18cae23704cebf32d2c40.tar.bz2
floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
* floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case. From-SVN: r113228
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index fb328da..76baa3c 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-24 Julian Brown <julian@codesourcery.com>
+
+ * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
+
2006-03-29 Jim Blandy <jimb@codesourcery.com>
* pex-common.c (pex_input_file, pex_input_pipe): New functions.