Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRanjith Kumaran <ranjith@cygnus.com>2000-03-13 23:41:18 +0300
committerRanjith Kumaran <ranjith@cygnus.com>2000-03-13 23:41:18 +0300
commitdc98804b1cc232919f6493b741d3d80c56f7a895 (patch)
tree7c9117fdb9946f8a8b322337b4d95aa59070cd14 /newlib/ChangeLog
parent22fe0c41ec53663fee0537874a4506c5575b1d9a (diff)
Mon Mar 13 15:22:00 2000 Sergei Organov <osv@javad.ru>
* libm/mathfp/sf_sqrt.c: Change _DOUBLE_IS_32BITS sqrt call to sqrtf.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index ee61e1b01..955bb62bb 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 13 15:22:00 2000 Sergei Organov <osv@javad.ru>
+
+ * libm/mathfp/sf_sqrt.c: Change _DOUBLE_IS_32BITS sqrt call to sqrtf.
+
Fri Mar 10 16:09:20 2000 Jeff Johnston <jjohnstn@cygnus.com>
* libc/include/string.h: Include <sys/types.h>.