This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] * newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ef23a12ff8f840cc571e47870cd5f4ad6bca4553

commit ef23a12ff8f840cc571e47870cd5f4ad6bca4553
Author: Joel Sherrill <joel.sherrill@oarcorp.com>
Date:   Mon Mar 23 09:41:22 2015 -0500

    * newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.
    
    2013-03-23  Joel Sherrill <joel.sherrill@oarcorp.com>
    
    	* newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.

Diff:
---
 newlib/ChangeLog  | 4 ++++
 newlib/newlib.hin | 6 ------
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 0f2528d..3568605 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 64aa9b3..eadafc8 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]