diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2010-12-07 21:27:45 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2010-12-07 21:27:45 +0000 |
commit | bbb052381b6552c09852402dfefabb5c072b3ae7 (patch) | |
tree | 4afff94511a1383037ddcbaad72aedbd9e5ff627 /newlib | |
parent | c317cb34b1383564fce06be5123bb7b154e7dc65 (diff) | |
download | cygnal-bbb052381b6552c09852402dfefabb5c072b3ae7.tar.gz cygnal-bbb052381b6552c09852402dfefabb5c072b3ae7.tar.bz2 cygnal-bbb052381b6552c09852402dfefabb5c072b3ae7.zip |
Fix formatting.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 7d0cc88ac..893db1c12 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,6 +1,6 @@ 2010-12-07 Jeff Johnston <jjohnstn@redhat.com> - * libc/stdlib/strtod.c(_strtod_r): Fix code to handle case whereby + * libc/stdlib/strtod.c (_strtod_r): Fix code to handle case whereby _DOUBLE_IS_32BITS is set and DBL_DIGS is 6 instead of 15. 2010-12-07 Ralf Corsépius <ralf.corsepius@rtems.org> |