2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-20 17:40:46 +08:00

* config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): Define.

From-SVN: r191120
This commit is contained in:
Mark Kettenis 2012-09-09 21:56:40 +00:00 committed by Gerald Pfeifer
parent bc7e468e79
commit 82a0aae0ff
2 changed files with 7 additions and 0 deletions

@ -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;

@ -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"