summarylogtreecommitdiffstats
path: root/libunwind-version.patch
diff options
context:
space:
mode:
authorJingbei Li2020-07-09 21:38:34 +0800
committerJingbei Li2020-07-09 21:38:34 +0800
commita88275c23a94e335d2acf3d0a8edc50ca5c77aa7 (patch)
treeda70b74cf58d243ea0fb348bc75ac0a9fc148c65 /libunwind-version.patch
parentf0ebdf00d08a4264876b933eb8cbc0eef936d464 (diff)
downloadaur-a88275c23a94e335d2acf3d0a8edc50ca5c77aa7.tar.gz
upgraded tgo 1.4.2
Diffstat (limited to 'libunwind-version.patch')
-rw-r--r--libunwind-version.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/libunwind-version.patch b/libunwind-version.patch
deleted file mode 100644
index 08e980ac65bd..000000000000
--- a/libunwind-version.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/src/julia_internal.h b/src/julia_internal.h
-index 186b5d7b2b..33143f2062 100644
---- a/src/julia_internal.h
-+++ b/src/julia_internal.h
-@@ -623,12 +623,9 @@ extern volatile int jl_in_stackwalk;
- # include <libunwind.h>
- 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 != 0 && 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
- #else
- // Unwinding is disabled
- typedef int bt_context_t;