diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-06-27 20:12:01 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-06-27 20:12:01 +0000 |
commit | 7daa789107361022a40d7163829d92a49e757477 (patch) | |
tree | 435b5dfeb040c60f3947888a7abaf2cec09fb7bf /newlib/ChangeLog | |
parent | 8a7cd7e5f9761cb996adfb3e1fe92331bf1272d1 (diff) | |
download | cygnal-7daa789107361022a40d7163829d92a49e757477.tar.gz cygnal-7daa789107361022a40d7163829d92a49e757477.tar.bz2 cygnal-7daa789107361022a40d7163829d92a49e757477.zip |
2003-06-27 Joe Vornehm <joev@mitre.org>
* libm/common/s_fpclassify.c (__fpclassifyf): Fix
comparisons to account for unsigned internal value w.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index e516a783a..d5896f0b8 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2003-06-27 Joe Vornehm <joev@mitre.org> + + * libm/common/s_fpclassify.c (__fpclassifyf): Fix + comparisons to account for unsigned internal value w. + 2003-06-26 Jeff Johnston <jjohnstn@redhat.com> * libc/sys/linux/mq_open.c (mq_open): Must allocate rdbuf and |