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 00:58:40 +0000 (00:58 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 16 May 1997 00:58:40 +0000 (00:58 +0000)
commitf51430ed7aa820f0c77e0095a5b7a1a7846fc345
tree1441a97a1b0ebc431e3f90213f8ceb00f9ca1aa5
parent59cfb80c42c06b8816682519dcd55ff40d867028
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.
Fix -fpic on hppa when excetpions are throw across shared libraries.

From-SVN: r14070
gcc/except.c