FreeBSD Bugzilla – Attachment 232347 Details for
Bug 262447
devel/libunwind: Fix aarch64 build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
libunwind.diff (text/plain), 703 bytes, created by
Brad Davis
on 2022-03-09 16:31:23 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2022-03-09 16:31:23 UTC
Size:
703 bytes
patch
obsolete
>diff --git a/devel/libunwind/files/patch-include_libunwind-aarch64.h b/devel/libunwind/files/patch-include_libunwind-aarch64.h >new file mode 100644 >index 000000000000..dcaf9bd00c04 >--- /dev/null >+++ b/devel/libunwind/files/patch-include_libunwind-aarch64.h >@@ -0,0 +1,11 @@ >+--- include/libunwind-aarch64.h.orig 2021-12-01 00:46:39 UTC >++++ include/libunwind-aarch64.h >+@@ -183,7 +183,7 @@ typedef struct unw_tdep_save_loc >+ } >+ unw_tdep_save_loc_t; >+ >+-#ifdef __linux__ >++#if defined(__linux__) || defined(__FreeBSD__) >+ /* On AArch64, we can directly use ucontext_t as the unwind context, >+ * however, the __reserved struct is quite large: tune it down to only >+ * the necessary used fields. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262447
: 232347 |
232482