diff options
author | Richard Henderson <rth@redhat.com> | 2005-05-19 18:24:50 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2005-05-19 18:24:50 -0700 |
commit | e73ee854b1164b3201d328e35334e1b9a118363a (patch) | |
tree | 1e4a7e4c3b8655d499320f199826fedb3b0e1564 | |
parent | e4d0c41cba2de3018b63bf9a9e1041500d03936c (diff) | |
download | gcc-e73ee854b1164b3201d328e35334e1b9a118363a.zip gcc-e73ee854b1164b3201d328e35334e1b9a118363a.tar.gz gcc-e73ee854b1164b3201d328e35334e1b9a118363a.tar.bz2 |
* libsupc++/unwind-cxx.h: Revert gcc_unreachable change.
From-SVN: r100002
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/libsupc++/unwind-cxx.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ff614e3..888dfed 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2005-05-19 Richard Henderson <rth@redhat.com> + + * libsupc++/unwind-cxx.h: Revert gcc_unreachable change. + 2005-05-19 Jonathan Wakely <redi@gcc.gnu.org> * include/bits/basic_string.h (operator[]): Allow s[s.size()] in diff --git a/libstdc++-v3/libsupc++/unwind-cxx.h b/libstdc++-v3/libsupc++/unwind-cxx.h index 4fa4b41..e79dd83 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) |