* Add proper support for rethrown exceptions.
authorChris Lattner <sabre@nondot.org>
Thu, 28 Aug 2003 19:58:51 +0000 (19:58 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Aug 2003 19:58:51 +0000 (19:58 +0000)
commitb40d5e7d940d469e2a5c984a390b10d65e67e689
tree139cbb3535eddc2245c7e713120a48ea9f2ae583
parent902d580bd9e594d1d8fe2df05513123ac0f0f45d
* Add proper support for rethrown exceptions.
* Make catch_begin() produce a pointer that must be passed to catch_end()
* Eliminate the caught exception stack.
* Add optional debugging code that may be turned on.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8184 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/GCCLibraries/crtend/C++-Exception.cpp
runtime/GCCLibraries/crtend/C++-Exception.h
runtime/GCCLibraries/crtend/Exception.h
runtime/GCCLibraries/libexception/C++-Exception.cpp
runtime/GCCLibraries/libexception/C++-Exception.h
runtime/GCCLibraries/libexception/Exception.h