View | Details | Raw Unified | Return to bug 262008 | Differences between
and this patch

Collapse All | Expand All

(-)b/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__aarch64_abi.cxx (+11 lines)
Added Link Here
1
--- bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx.orig	2022-01-26 14:35:29 UTC
2
+++ bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx
3
@@ -147,7 +147,7 @@ extern "C" void _GLIBCXX_CDTOR_CALLABI deleteException
4
 extern "C" void _GLIBCXX_CDTOR_CALLABI deleteException(void * exception) {
5
     __cxxabiv1::__cxa_exception * header =
6
         static_cast<__cxxabiv1::__cxa_exception *>(exception) - 1;
7
-#if !defined MACOSX && defined _LIBCPPABI_VERSION // detect libc++abi
8
+#if 1
9
     // First, the libcxxabi commit
10
     // <http://llvm.org/viewvc/llvm-project?view=revision&revision=303175>
11
     // "[libcxxabi] Align unwindHeader on a double-word boundary" towards
(-)b/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__x86-64_except.cxx (+11 lines)
Added Link Here
1
--- bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx.orig	2022-01-26 14:35:29 UTC
2
+++ bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
3
@@ -82,7 +82,7 @@ static void _GLIBCXX_CDTOR_CALLABI deleteException( vo
4
 static void _GLIBCXX_CDTOR_CALLABI deleteException( void * pExc )
5
 {
6
     __cxxabiv1::__cxa_exception const * header = static_cast<__cxxabiv1::__cxa_exception const *>(pExc) - 1;
7
-#if defined _LIBCPPABI_VERSION // detect libc++abi
8
+#if 1
9
     // First, the libcxxabi commit
10
     // <http://llvm.org/viewvc/llvm-project?view=revision&revision=303175>
11
     // "[libcxxabi] Align unwindHeader on a double-word boundary" towards

Return to bug 262008