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-18 23:44:41 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-04-23 22:57:06 +0300
commit380c00f1756b457db87e703cf05240e4e67c1438 (patch)
treeadde8b9cd99f6623fe5004abd04e513885a7d161 /newlib/ChangeLog
parentdd3d3b10e224947832cd2c9d3997935136c79fdc (diff)
Change from configure time to compile time probe for intptr_t definition.
2015-03-23 Joel Sherrill <joel.sherrill@oarcorp.com * configure.in: Delete logic to determine _UINTPTR_EQ_ULONGLONG and _UINTPTR_EQ_ULONG at configuration time. *libc/include/sys/config.h: Add logic to determine _UINTPTR_EQ_ULONGLONG and _UINTPTR_EQ_ULONG at compilation time. * libc/include/inttypes.h: Add include of <sys/config.h>. * configure: Regenerated.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 1b03bbc28..0f2528d47 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+2015-03-23 Joel Sherrill <joel.sherrill@oarcorp.com
+
+ * configure.in: Delete logic to determine _UINTPTR_EQ_ULONGLONG
+ and _UINTPTR_EQ_ULONG at configuration time.
+ *libc/include/sys/config.h: Add logic to determine
+ _UINTPTR_EQ_ULONGLONG and _UINTPTR_EQ_ULONG at compilation time.
+ * libc/include/inttypes.h: Add include of <sys/config.h>.
+ * configure: Regenerated.
+
2015-03-19 Steve Ellcey <sellcey@imgtec.com>
* libc/include/sys/time.h: Replace uint32_t and uint64_t