OSDN Git Service

2009-08-18 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Tue, 18 Aug 2009 19:57:59 +0000 (19:57 +0000)
committerjjohnstn <jjohnstn>
Tue, 18 Aug 2009 19:57:59 +0000 (19:57 +0000)
        * acconfig.h: Add templates for _HAVE_LONG_DOUBLE and _LDBL_EQ_DBL.

newlib/ChangeLog
newlib/acconfig.h

index caf3bdd..b8a570f 100644 (file)
@@ -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.
index 2a13841..5320881 100644 (file)
 
 /* 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)