From dfe1566d9e17cb27c0fbb82a0991eebd83e729275982cc5ba86deb33b030ae4e Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 27 Sep 2024 13:22:04 +0000 Subject: [PATCH] - Remove julia-libunwind-1.9.patch OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=218 --- julia-libunwind-1.9.patch | 19 ------------------- julia.changes | 5 +++++ 2 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 julia-libunwind-1.9.patch diff --git a/julia-libunwind-1.9.patch b/julia-libunwind-1.9.patch deleted file mode 100644 index f5fb94f..0000000 --- a/julia-libunwind-1.9.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ruN julia-1.10.3.orig/src/debuginfo.cpp julia-1.10.3/src/debuginfo.cpp ---- julia-1.10.3.orig/src/debuginfo.cpp 2024-05-15 19:29:44.237505409 +0800 -+++ julia-1.10.3/src/debuginfo.cpp 2024-05-15 19:34:48.084228112 +0800 -@@ -267,6 +267,7 @@ - di->format = UNW_INFO_FORMAT_ARM_EXIDX; - di->start_ip = (uintptr_t)arm_text_addr; - di->end_ip = (uintptr_t)(arm_text_addr + arm_text_len); -+ di->load_offset = 0; - di->u.rti.name_ptr = 0; - di->u.rti.table_data = arm_exidx_addr; - di->u.rti.table_len = arm_exidx_len; -@@ -1579,6 +1580,7 @@ - di->u.rti.table_data = (unw_word_t)table; - di->start_ip = start_ip; - di->end_ip = end_ip; -+ di->load_offset = 0; - - jl_profile_atomic([&]() JL_NOTSAFEPOINT { - _U_dyn_register(di); diff --git a/julia.changes b/julia.changes index 255c470..e492f62 100644 --- a/julia.changes +++ b/julia.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 27 13:21:20 UTC 2024 - Soc Virnyl Estela + +- Remove julia-libunwind-1.9.patch + ------------------------------------------------------------------- Thu Sep 26 00:09:24 UTC 2024 - Soc Virnyl Estela