]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): Define.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Sep 2012 21:56:40 +0000 (21:56 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Sep 2012 21:56:40 +0000 (21:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191120 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/openbsd-stdint.h

index 3307a6688ac87c7bf529f9cf123292e6eea9a4c1..ec97f3aae3a3538e9dde705d9fcae034f4961d14 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): Define.
+                       
 2012-09-09  Jan Hubicka  <jh@suse.cz>
 
        * passes.c (ipa_write_summaries_1): Set state;
index ab1f9cfffc61f1a6d27406b7f87bbd211b3a684e..a6da1da191f2f74be0f4b1771a21c4a5f0e8e8c6 100644 (file)
@@ -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"