except.c (expand_start_all_catch): If the machine needs to perform any actions at...
authorMike Stump <mrs@gcc.gnu.org>
Fri, 16 May 1997 01:00:58 +0000 (01:00 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 16 May 1997 01:00:58 +0000 (01:00 +0000)
commitc133e33c68938cc2b9e6de3fc73e672654513bed
treebceaa95a86e8d130cd3662e224ef9e5689d7be49
parentf51430ed7aa820f0c77e0095a5b7a1a7846fc345
except.c (expand_start_all_catch): If the machine needs to perform any actions at the start of an expcetion...

* except.c (expand_start_all_catch): If the machine needs to
perform any actions at the start of an expcetion handler that
hasn't already been done, use gen_exception_receiver to emit it.
(expand_leftover_cleanups): Likewise.
* alpha/alpha.md (exception_receiver): Use it.
* pa/pa.h (exception_receiver): Use it.

From-SVN: r14071
gcc/config/alpha/alpha.md
gcc/config/pa/pa.md