summaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1996-07-23 20:03:47 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1996-07-23 20:03:47 +0000
commit485aaaafb299670b6334585f93d10acd11d9ebb9 (patch)
treed1acdc1258bb390e198f2a31596603f8e267eacf /gcc/function.h
parent037a52285fe7424ffa9f92aca8684ea3fab4c5a6 (diff)
downloadgcc-485aaaafb299670b6334585f93d10acd11d9ebb9.tar.gz
install EH code
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12549 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index b70d6b93d19..47bee4943db 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -127,6 +127,14 @@ struct function
int emit_lineno;
struct goto_fixup *goto_fixup_chain;
+ /* For exception handling information. */
+ struct eh_stack ehstack;
+ struct eh_queue ehqueue;
+ rtx catch_clauses;
+ struct label_node *false_label_stack;
+ struct label_node *caught_return_label_stack;
+ tree protect_list;
+
/* For expr.c. */
int pending_stack_adjust;
int inhibit_defer_pop;