aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/eh_exception.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/libsupc++/eh_exception.cc')
-rw-r--r--libstdc++-v3/libsupc++/eh_exception.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/libsupc++/eh_exception.cc b/libstdc++-v3/libsupc++/eh_exception.cc
index 40bb839bb7a..0de89304394 100644
--- a/libstdc++-v3/libsupc++/eh_exception.cc
+++ b/libstdc++-v3/libsupc++/eh_exception.cc
@@ -31,12 +31,16 @@
#include "typeinfo"
#include "exception"
-#include "unwind-cxx.h"
+#include <cxxabi.h>
std::exception::~exception() throw() { }
std::bad_exception::~bad_exception() throw() { }
+abi::__forced_unwind::~__forced_unwind() throw() { }
+
+abi::__foreign_exception::~__foreign_exception() throw() { }
+
const char*
std::exception::what() const throw()
{