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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/lto-section-out.h b/gcc/lto-section-out.h
index 001f2c93c83..9bb0b5a378e 100644
--- a/gcc/lto-section-out.h
+++ b/gcc/lto-section-out.h
@@ -119,6 +119,9 @@ hashval_t lto_hash_decl_slot_node (const void *);
int lto_eq_decl_slot_node (const void *, const void *);
hashval_t lto_hash_type_slot_node (const void *);
int lto_eq_type_slot_node (const void *, const void *);
+/* ### */
+hashval_t lto_hash_global_slot_node (const void *);
+int lto_eq_global_slot_node (const void *, const void *);
struct lto_out_decl_state *lto_get_out_decl_state (void);
void lto_write_stream (struct lto_output_stream *);
@@ -130,4 +133,5 @@ void lto_output_sleb128_stream (struct lto_output_stream *, HOST_WIDE_INT);
void lto_output_integer_stream (struct lto_output_stream *, tree);
bool lto_output_decl_index (struct lto_output_stream *, htab_t, unsigned int *, tree, unsigned int *);
bool gate_lto_out (void);
+
#endif /* GCC_LTO_SECTION_OUT_H */