diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-27 01:43:17 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-27 01:43:17 +0000 |
commit | be2828ce3a45f1a520b7d3e932b1fead7462ec7e (patch) | |
tree | e7daf0f28ecb5da9660b21aee68e6919f846c183 /gcc/function.h | |
parent | 6bc988cda5e493c3e632a2d82be7ea8763a618e2 (diff) | |
download | ppe42-gcc-be2828ce3a45f1a520b7d3e932b1fead7462ec7e.tar.gz ppe42-gcc-be2828ce3a45f1a520b7d3e932b1fead7462ec7e.zip |
Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for
details.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24879 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index e78b2e1be9b..e5295e97bd4 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -80,6 +80,7 @@ struct function int has_nonlocal_label; int has_nonlocal_goto; int contains_functions; + int addresses_labels; int is_thunk; rtx nonlocal_goto_handler_slots; rtx nonlocal_goto_stack_level; |