summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-20 01:24:50 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-20 01:24:50 +0000
commite2d929e77a04bbd7b75844b4f6f81a1f44d9c29e (patch)
tree1e4a7e4c3b8655d499320f199826fedb3b0e1564 /libstdc++-v3/libsupc++
parent9fedfdae01467ef1f04b25b7589ba4cd35bdbb52 (diff)
downloadgcc-e2d929e77a04bbd7b75844b4f6f81a1f44d9c29e.tar.gz
* libsupc++/unwind-cxx.h: Revert gcc_unreachable change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100002 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libsupc++')
-rw-r--r--libstdc++-v3/libsupc++/unwind-cxx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/libsupc++/unwind-cxx.h b/libstdc++-v3/libsupc++/unwind-cxx.h
index 4fa4b4139f7..e79dd83628e 100644
--- a/libstdc++-v3/libsupc++/unwind-cxx.h
+++ b/libstdc++-v3/libsupc++/unwind-cxx.h
@@ -38,8 +38,6 @@
#include <typeinfo>
#include <exception>
#include <cstddef>
-#include <cstdlib>
-#define gcc_unreachable() std::abort()
#include "unwind.h"
#pragma GCC visibility push(default)