]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- A little patchy to fix libstdc++ on alpha
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 22 Jun 2003 11:34:11 +0000 (11:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-unwind.patch -> 1.1

gcc-unwind.patch [new file with mode: 0644]

diff --git a/gcc-unwind.patch b/gcc-unwind.patch
new file mode 100644 (file)
index 0000000..37ed8ef
--- /dev/null
@@ -0,0 +1,11 @@
+--- libstdc++-v3/libsupc++/eh_throw.cc~        Fri May  2 21:01:25 2003
++++ libstdc++-v3/libsupc++/eh_throw.cc Sat Jun 21 19:57:18 2003
+@@ -98,7 +98,7 @@
+ #ifdef _GLIBCPP_SJLJ_EXCEPTIONS
+       _Unwind_SjLj_Resume_or_Rethrow (&header->unwindHeader);
+ #else
+-      _Unwind_Resume_or_Rethrow (&header->unwindHeader);
++      _Unwind_RaiseException (&header->unwindHeader);
+ #endif
+   
+       // Some sort of unwinding error.  Note that terminate is a handler.
This page took 0.039331 seconds and 4 git commands to generate.