From 565efad957e85212ecff8b064069bc9453c2a06b Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 9 Sep 2012 21:56:40 +0000 Subject: [PATCH] * config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191120 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/openbsd-stdint.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3307a66..ec97f3a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-09-09 Mark Kettenis + + * config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): Define. + 2012-09-09 Jan Hubicka * passes.c (ipa_write_summaries_1): Set state; diff --git a/gcc/config/openbsd-stdint.h b/gcc/config/openbsd-stdint.h index ab1f9cf..a6da1da 100644 --- a/gcc/config/openbsd-stdint.h +++ b/gcc/config/openbsd-stdint.h @@ -26,6 +26,9 @@ #define UINT_FAST16_TYPE "unsigned int" #define UINT_FAST32_TYPE "unsigned int" #define UINT_FAST64_TYPE "long long unsigned int" + +#define INTMAX_TYPE "long long int" +#define UINTMAX_TYPE "long long unsigned int" #define INTPTR_TYPE "long int" #define UINTPTR_TYPE "long unsigned int" -- 2.7.4