Index: head/devel/libunwind/files/patch-include_libunwind-aarch64.h =================================================================== --- head/devel/libunwind/files/patch-include_libunwind-aarch64.h (revision 536624) +++ head/devel/libunwind/files/patch-include_libunwind-aarch64.h (nonexistent) @@ -1,11 +0,0 @@ ---- include/libunwind-aarch64.h.orig 2018-12-20 18:10:32 UTC -+++ include/libunwind-aarch64.h -@@ -212,7 +212,7 @@ typedef struct - - #define unw_tdep_getcontext(uc) (({ \ - unw_tdep_context_t *unw_ctx = (uc); \ -- register uint64_t *unw_base __asm__ ("x0") = (uint64_t*) unw_ctx->uc_mcontext.regs; \ -+ register uint64_t *unw_base __asm__ ("x0") = (uint64_t*) unw_ctx->uc_mcontext.mc_gpregs.gp_x; \ - __asm__ __volatile__ ( \ - "stp x0, x1, [%[base], #0]\n" \ - "stp x2, x3, [%[base], #16]\n" \ Property changes on: head/devel/libunwind/files/patch-include_libunwind-aarch64.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libunwind/files/patch-src_aarch64_Ginit.c =================================================================== --- head/devel/libunwind/files/patch-src_aarch64_Ginit.c (revision 536624) +++ head/devel/libunwind/files/patch-src_aarch64_Ginit.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/aarch64/Ginit.c.orig 2020-03-31 15:35:32 UTC -+++ src/aarch64/Ginit.c -@@ -44,7 +44,7 @@ static inline void * - uc_addr (unw_tdep_context_t *uc, int reg) - { - if (reg >= UNW_AARCH64_X0 && reg < UNW_AARCH64_V0) -- return &uc->uc_mcontext.regs[reg]; -+ return &uc->uc_mcontext.mc_gpregs.gp_x[reg]; - else if (reg >= UNW_AARCH64_V0 && reg <= UNW_AARCH64_V31) - return &GET_FPCTX(uc)->vregs[reg - UNW_AARCH64_V0]; - else Property changes on: head/devel/libunwind/files/patch-src_aarch64_Ginit.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property