]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- obsolete
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 17 Aug 2003 14:17:58 +0000 (14:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-unwind.patch -> 1.2

gcc-unwind.patch [deleted file]

diff --git a/gcc-unwind.patch b/gcc-unwind.patch
deleted file mode 100644 (file)
index 37ed8ef..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.035741 seconds and 4 git commands to generate.