exception_support.h: New header file.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 19 Nov 2000 04:53:38 +0000 (04:53 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 19 Nov 2000 04:53:38 +0000 (04:53 +0000)
commitb35431cf0745e4f775964ac12097f1a2c545862e
treebf49fdbfa651dd23c3c3a4f98b8f714d4ff36930
parent0657c69c3240a594ca3335ac3721be40a47c0ee8
exception_support.h: New header file.

* libsupc++/exception_support.h: New header file.
* libsupc++/vec.cc: Include it.
(__cxa_vec_new2): Recatch exceptions before rethrows.
(__cxa_vec_new3): Likewise.
(__cxa_vec_ctor): Likewise.
(__cxa_vec_cctor): Likewise.
(__cxa_vec_dtor): Likewise.
(__cxa_vec_delete2): Likewise.
(__cxa_vec_delete3): Likewise.

From-SVN: r37554
libstdc++-v3/libsupc++/exception_support.h [new file with mode: 0644]