* except.h (protect_cleanup_actions): Remove it.
commit6a980eed7f73516828ac5bb52f23bf6585b85e8a
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 May 2001 18:07:36 +0000 (17 18:07 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 May 2001 18:07:36 +0000 (17 18:07 +0000)
tree12a9efb2a08fc5280fd6fb3b05218e9797130d00
parentdd5834b2e2d5472e58003921521fba229403df9c
* except.h (protect_cleanup_actions): Remove it.
(lang_protect_cleanup_actions): Declare it.
* except.c (protect_cleanup_actions): Remove it.
(lang_protect_cleanup_actions): New variable.
(init_eh): Don't make protect_cleanup_actions a GC root.
(expand_eh_region_and_cleanup): Call
lang_protect_cleanup_actions.
(output_function_exception_table): Remove unused `align'
variable.
* varasm.c (assemble_external): Abort if we have not yet
opened the assembly output file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_0-branch@42217 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/except.c
gcc/except.h
gcc/varasm.c