summaryrefslogtreecommitdiffstats
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-02-28 00:03:46 +0000
committerJeff Johnston <jjohnstn@redhat.com>2006-02-28 00:03:46 +0000
commitbc88ea65a14035415ac8e5a229a91bb4e0b16a85 (patch)
tree1b00c39019b60398823969157249a6983a8a013d /newlib
parente48682cff514c0480aff58a3e752edf7eb9ff228 (diff)
downloadcygnal-bc88ea65a14035415ac8e5a229a91bb4e0b16a85.tar.gz
cygnal-bc88ea65a14035415ac8e5a229a91bb4e0b16a85.tar.bz2
cygnal-bc88ea65a14035415ac8e5a229a91bb4e0b16a85.zip
Add missing comment regarding math.h.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index fcefc2edb..8fbfbe4d2 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -6,6 +6,9 @@
* libc/include/ieeefp.h: Undef isnan and isinf to avoid
conflict if <math.h> has previously been included.
* libc/include/math.h
+ * libc/include/math.h: Make isnan and isinf macros to
+ conform to C99.
+ (__isinfd, __isinff, __isnand, __isnanf): New functions.
* libm/common/Makefile.am: Add new s_isinfd, s_isnand, sf_isinff,
and sf_isnanf files. Also support s_isnan, sf_isnan, s_isinf, and
sf_isinf files which have been moved from math/mathfp directories.