summaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index c0df03c509b..ed47b3cb477 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -161,6 +161,12 @@ struct function
/* For reorg. */
rtx epilogue_delay_list;
+
+ /* For varasm. */
+ struct constant_descriptor **const_rtx_hash_table;
+ struct pool_sym **const_rtx_sym_hash_table;
+ struct pool_constant *first_pool, *last_pool;
+ int pool_offset;
};
/* The FUNCTION_DECL for an inline function currently being expanded. */