diff options
| -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) |
