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:
authorNick Clifton <nickc@redhat.com>2015-05-13 11:34:37 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-05-27 14:30:19 +0300
commit7b3c1cffceea4c5418cf708d09a5187ff235cfe2 (patch)
treebe65951357a02668ae82d4654f9383f0bcb0e476 /newlib/ChangeLog
parentbaa681fd38b8484b36ba24399e7c5b9acdd61e65 (diff)
Update signbit functions to work on targets where integers are only 16-bits.
* libm/common/s_signbit.c (__signbitf): Fix for 16-bit targets. (__signbitd): Likewise.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e40d26bdf..d36decdd1 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-13 Nick Clifton <nickc@redhat.com>
+
+ * libm/common/s_signbit.c (__signbitf): Fix for 16-bit targets.
+ (__signbitd): Likewise.
+
2015-05-02 Corinna Vinschen <vinschen@redhat.com>
* libc/include/sys/time.h: Include sys/select.h on Cygwin. Explain why.