forked from pool/julia
- Remove julia-libunwind-1.9.patch
OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=218
This commit is contained in:
parent
ab0813dc4d
commit
dfe1566d9e
@ -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);
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 13:21:20 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||
|
||||
- Remove julia-libunwind-1.9.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 00:09:24 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user