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:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-23 17:41:22 +0300
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-23 17:41:22 +0300
commitef23a12ff8f840cc571e47870cd5f4ad6bca4553 (patch)
tree59ce945e0c3e9e9f39c6b66f0b88351fc1122315
parent5799260aedacf7da5e9e8f3dc960a9edc0e180ce (diff)
* newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.newlib-snapshot-20150323
2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com> * newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/newlib.hin6
2 files changed, 4 insertions, 6 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 0f2528d47..356860584 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.
+
2015-03-23 Joel Sherrill <joel.sherrill@oarcorp.com
* configure.in: Delete logic to determine _UINTPTR_EQ_ULONGLONG
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
index 64aa9b329..eadafc8a6 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -61,12 +61,6 @@
/* True if long double supported and it is equal to double. */
#undef _LDBL_EQ_DBL
-/* Define if uintptr_t is unsigned long on this architecture */
-#undef _UINTPTR_EQ_ULONG
-
-/* Define if uintptr_t is unsigned long long on this architecture */
-#undef _UINTPTR_EQ_ULONGLONG
-
/* Define if ivo supported in streamio. */
#undef _FVWRITE_IN_STREAMIO