aboutsummaryrefslogtreecommitdiff
path: root/gcc/gengtype.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-04-10 08:32:23 +0000
committerTristan Gingold <gingold@adacore.com>2012-04-10 08:32:23 +0000
commite9280c43578e747e67a9427b691132a3fe7e90e3 (patch)
tree5231c973389ab0e251d4209d2828824ec5074bc8 /gcc/gengtype.c
parentb985b4e1ab52662c8e428df62a3f34324736ecb9 (diff)
gcc/
2012-04-10 Tristan Gingold <gingold@adacore.com> * gengtype.c (main): Make uintptr_t a known type. include/ 2012-04-10 Tristan Gingold <gingold@adacore.com> * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@186269 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gengtype.c')
-rw-r--r--gcc/gengtype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gengtype.c b/gcc/gengtype.c
index 7450eebac4f..fa453929814 100644
--- a/gcc/gengtype.c
+++ b/gcc/gengtype.c
@@ -4976,6 +4976,7 @@ main (int argc, char **argv)
POS_HERE (do_scalar_typedef ("double_int", &pos));
POS_HERE (do_scalar_typedef ("uint64_t", &pos));
POS_HERE (do_scalar_typedef ("uint8", &pos));
+ POS_HERE (do_scalar_typedef ("uintptr_t", &pos));
POS_HERE (do_scalar_typedef ("jword", &pos));
POS_HERE (do_scalar_typedef ("JCF_u2", &pos));
POS_HERE (do_scalar_typedef ("void", &pos));