aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-section-out.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto-section-out.h')
-rw-r--r--gcc/lto-section-out.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/lto-section-out.h b/gcc/lto-section-out.h
index 8c20197abb3..001f2c93c83 100644
--- a/gcc/lto-section-out.h
+++ b/gcc/lto-section-out.h
@@ -102,6 +102,12 @@ struct lto_out_decl_state
unsigned int next_type_decl_index;
VEC(tree,heap) *type_decls;
+ /* The hash table that contains the set of namespace_decls we have
+ seen so far and the indexes assigned to them. */
+ htab_t namespace_decl_hash_table;
+ unsigned int next_namespace_decl_index;
+ VEC(tree,heap) *namespace_decls;
+
/* The hash table that contains the set of type we have seen so far
and the indexes assigned to them. */
htab_t type_hash_table;