]> git.pld-linux.org Git - packages/gcc.git/blob - gcc-unwind.patch
- unwind patch is obsolete
[packages/gcc.git] / gcc-unwind.patch
1 --- libstdc++-v3/libsupc++/eh_throw.cc~ Fri May  2 21:01:25 2003
2 +++ libstdc++-v3/libsupc++/eh_throw.cc  Sat Jun 21 19:57:18 2003
3 @@ -98,7 +98,7 @@
4  #ifdef _GLIBCPP_SJLJ_EXCEPTIONS
5        _Unwind_SjLj_Resume_or_Rethrow (&header->unwindHeader);
6  #else
7 -      _Unwind_Resume_or_Rethrow (&header->unwindHeader);
8 +      _Unwind_RaiseException (&header->unwindHeader);
9  #endif
10    
11        // Some sort of unwinding error.  Note that terminate is a handler.
This page took 0.04026 seconds and 3 git commands to generate.