From 85907fe082d4611518a6f3031d7a23f007d471fa Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 6 Nov 2014 17:45:14 +0000 Subject: 2014-11-06 Joel Sherrill * configure.in: Add autoconf test to determine size of uintptr_t. * newlib.hin: Add new autoconf feature variables. * libc/include/inttypes.h: Use new feature variables. * configure: Regenerate. --- newlib/newlib.hin | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'newlib/newlib.hin') diff --git a/newlib/newlib.hin b/newlib/newlib.hin index eadafc8a6..64aa9b329 100644 --- a/newlib/newlib.hin +++ b/newlib/newlib.hin @@ -61,6 +61,12 @@ /* 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 -- cgit v1.2.3