Date: Thu, 17 Mar 2022 18:39:32 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 262008] editors/libreoffice failed to build Message-ID: <bug-262008-25061-82SXm1ub2G@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262008-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-262008-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262008 --- Comment #62 from commit-hook@FreeBSD.org --- A commit in branch releng/13.1 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dea9fa27b9470c15b4c6c8425839da90b3= fda7c28 commit ea9fa27b9470c15b4c6c8425839da90b3fda7c28 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2022-03-08 21:53:16 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2022-03-17 15:13:06 +0000 Remove compat hacks from libcxxrt's _Unwind_Exception This reverts 9097e3cbcac4, which was in itself a revert of upstream libcxxrt commits 88bdf6b290da ("Specify double-word alignment for ARM unwind") and b96169641f79 ("Updated Itanium unwind"), and a reapplication of our commit 3c4fd2463bb2 ("libcxxrt: add padding in __cxa_allocate_* to fix alignment"). The editors/libreoffice port will be patched to be able to cope with the standards-compliant alignment of _Unwind_Exception and consequently, that of __cxa_exception. The layouts and sizes of these structures should then be completely the same for libcxxrt, libunwind and libc++abi. PR: 262008 Reviewed by: emaste, jhb, theraven Approved by: re (gjb) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D34488 (cherry picked from commit 72df847a94bccee245a3316e4f848482b9ac2ac2) (cherry picked from commit 93779214f1c64c0713f7c900021e35d4e4e49697) contrib/libcxxrt/exception.cc | 30 ++++++------------------------ contrib/libcxxrt/unwind-arm.h | 2 +- contrib/libcxxrt/unwind-itanium.h | 9 ++++++--- 3 files changed, 13 insertions(+), 28 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262008-25061-82SXm1ub2G>