aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libunwind/patches
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2019-06-04 06:33:52 +0000
committerYousong Zhou <yszhou4tech@gmail.com>2019-06-05 01:13:07 +0000
commitef7aa03bdb5e38b11a4430d1505e9398d587b467 (patch)
treea74bed51da50ee4978cf18ec32d6fee310b8a487 /package/libs/libunwind/patches
parent3209f5ae3d54e6f028e2e54314180a1be5b4896e (diff)
downloadupstream-ef7aa03bdb5e38b11a4430d1505e9398d587b467.tar.gz
upstream-ef7aa03bdb5e38b11a4430d1505e9398d587b467.tar.bz2
upstream-ef7aa03bdb5e38b11a4430d1505e9398d587b467.zip
libunwind: bump to version 1.3.1
Libunwind provides a sigreturn stub for x86 in version 1.2 [1]. However the arch still depends on setcontext() which is unavailable in musl-libc and which is supposed to be "deprecated everywhere" [2] [1] x86 sigreturn unimplemented for some libcs, https://github.com/libunwind/libunwind/issues/13 [2] setcontext deprecated on x86, https://github.com/libunwind/libunwind/issues/69 Refs: https://github.com/openwrt/packages/issues/8548#issuecomment-497791552 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/libs/libunwind/patches')
-rw-r--r--package/libs/libunwind/patches/001-disable-tests.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libs/libunwind/patches/001-disable-tests.patch b/package/libs/libunwind/patches/001-disable-tests.patch
deleted file mode 100644
index 667b6a71e2..0000000000
--- a/package/libs/libunwind/patches/001-disable-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -42,7 +42,7 @@ endif
-
- nodist_include_HEADERS = include/libunwind-common.h
-
--SUBDIRS = src tests
-+SUBDIRS = src
-
- if CONFIG_DOCS
- SUBDIRS += doc