aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-08-18 19:57:59 +0000
committerJeff Johnston <jjohnstn@redhat.com>2009-08-18 19:57:59 +0000
commit66b452d6f0c4a888d35c85179353b12925c9c145 (patch)
treedb16e3ba6b59bf436c389c62655ef0a56d4e395e
parentfd226e98a407b8c38e7a9fd289e222b110170ba9 (diff)
downloadnewlib-66b452d6f0c4a888d35c85179353b12925c9c145.zip
newlib-66b452d6f0c4a888d35c85179353b12925c9c145.tar.gz
newlib-66b452d6f0c4a888d35c85179353b12925c9c145.tar.bz2
2009-08-18 Jeff Johnston <jjohnstn@redhat.com>
* acconfig.h: Add templates for _HAVE_LONG_DOUBLE and _LDBL_EQ_DBL.
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/acconfig.h7
2 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index caf3bdd..b8a570f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-18 Jeff Johnston <jjohnstn@redhat.com>
+
+ * acconfig.h: Add templates for _HAVE_LONG_DOUBLE and _LDBL_EQ_DBL.
+
2009-08-18 Eric Blake <ebb9@byu.net>
* libc/posix/popen.c (popen): Fix documented prototype.
diff --git a/newlib/acconfig.h b/newlib/acconfig.h
index 2a13841..5320881 100644
--- a/newlib/acconfig.h
+++ b/newlib/acconfig.h
@@ -48,6 +48,13 @@
/* Define if the compiler supports aliasing an array to an address. */
#undef _HAVE_ARRAY_ALIASING
+
+/* Define if the platform supports long double type. */
+#undef _HAVE_LONG_DOUBLE
+
+/* Define if the platform long double type is equal to double. */
+#undef _LDBL_EQ_DBL
+
@BOTTOM@
/*
* Iconv encodings enabled ("to" direction)