]> git.pld-linux.org Git - packages/libunwind.git/commitdiff
up to 1.6.0
authorJan Palus <atler@pld-linux.org>
Sun, 28 Nov 2021 20:04:33 +0000 (21:04 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 28 Nov 2021 20:04:33 +0000 (21:04 +0100)
libunwind-x32.patch
libunwind.spec

index 8a42a8dea4aba83114c084143e2e46847d26e216..d6165162b0fd82f6ed15211aa9f6fc40b9742b7d 100644 (file)
@@ -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");
index d68b027d65309e43ef32d42456b6a482a25c4dc6..e899fe6bab27c2c391bb2e3c195e57afee6420de 100644 (file)
@@ -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/
This page took 0.029228 seconds and 4 git commands to generate.