From 0f1301fbfe657b83cdd490b4f411fa03fb8356bd Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 28 Nov 2021 21:04:33 +0100 Subject: [PATCH] up to 1.6.0 --- libunwind-x32.patch | 2 +- libunwind.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libunwind-x32.patch b/libunwind-x32.patch index 8a42a8d..d616516 100644 --- a/libunwind-x32.patch +++ b/libunwind-x32.patch @@ -9,5 +9,5 @@ + __asm__ __volatile__ ("mov %q0, %%rsp;" + "mov %q1, %%rax;" "syscall" - :: "r"(sc), "i"(SYS_rt_sigreturn) + :: "r"((uint64_t)sc), "i"(SYS_rt_sigreturn) : "memory"); diff --git a/libunwind.spec b/libunwind.spec index d68b027..e899fe6 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -6,12 +6,12 @@ Summary: libunwind - a (mostly) platform-independent unwind API Summary(pl.UTF-8): libunwind - (prawie) niezależne od platformy API do rozwijania Name: libunwind -Version: 1.5.0 +Version: 1.6.0 Release: 1 License: MIT Group: Libraries Source0: http://download.savannah.gnu.org/releases/libunwind/%{name}-%{version}.tar.gz -# Source0-md5: c6923dda0675f6a4ef21426164dc8b6a +# Source0-md5: 76cb31ac581f21077797037c15baa3fa Patch0: %{name}-link.patch Patch1: %{name}-x32.patch URL: http://www.nongnu.org/libunwind/ -- 2.44.0