summarylogtreecommitdiffstats
path: root/julia-libunwind-version.patch
diff options
context:
space:
mode:
authorisrael.herraiz2017-06-28 22:04:52 +0200
committerisrael.herraiz2017-06-28 22:04:52 +0200
commit7b1101f4ee700cddc2028c2f84282138820ef37f (patch)
tree0a147c22f489eac0fc1f7e969d3b00d666127e7d /julia-libunwind-version.patch
parent122570f64e0e3879a40ea9e4081a30be908dac9f (diff)
downloadaur-7b1101f4ee700cddc2028c2f84282138820ef37f.tar.gz
Update to Julia 0.6.0
Diffstat (limited to 'julia-libunwind-version.patch')
-rw-r--r--julia-libunwind-version.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/julia-libunwind-version.patch b/julia-libunwind-version.patch
new file mode 100644
index 000000000000..f3e3cd60e876
--- /dev/null
+++ b/julia-libunwind-version.patch
@@ -0,0 +1,15 @@
+--- julia-0.6.0/src/julia_internal.h.0 2017-06-25 16:10:29.688382943 +0000
++++ julia-0.6.0/src/julia_internal.h 2017-06-25 16:11:15.328315342 +0000
+@@ -643,11 +643,8 @@
+ typedef unw_context_t bt_context_t;
+ typedef unw_cursor_t bt_cursor_t;
+-# if (!defined(SYSTEM_LIBUNWIND) || UNW_VERSION_MAJOR > 1 || \
+- (UNW_VERSION_MAJOR == 1 && UNW_VERSION_MINOR > 1))
+ // Enable our memory manager only for libunwind with our patch or
+ // on a newer release
+ # define JL_UNW_HAS_FORMAT_IP 1
+-# endif
+ #endif
+ size_t rec_backtrace(uintptr_t *data, size_t maxsize);
+ size_t rec_backtrace_ctx(uintptr_t *data, size_t maxsize, bt_context_t *ctx);
+