From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53D78138359 for ; Mon, 6 Jul 2020 18:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7905EE08FB; Mon, 6 Jul 2020 18:40:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D6B8E08FB for ; Mon, 6 Jul 2020 18:40:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78CEA34F2F2 for ; Mon, 6 Jul 2020 18:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69A519C for ; Mon, 6 Jul 2020 18:40:32 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1594060828.9a837fb82b78ecbbc91dbb1b629e6967f28b2368.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libunwind/files/libunwind-1.2-ia64-undwarf.patch sys-libs/libunwind/files/libunwind-1.2.1-arm-__asm__.patch sys-libs/libunwind/files/libunwind-1.2.1-fix_version_macros.patch sys-libs/libunwind/files/libunwind-1.2.1-no-PROTECTED.patch X-VCS-Directories: sys-libs/libunwind/files/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 9a837fb82b78ecbbc91dbb1b629e6967f28b2368 X-VCS-Branch: master Date: Mon, 6 Jul 2020 18:40:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2fd2874-620f-4612-a828-1343b5870064 X-Archives-Hash: 908f56713db52199e39de37347f3bd6a commit: 9a837fb82b78ecbbc91dbb1b629e6967f28b2368 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jul 6 17:26:25 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Jul 6 18:40:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a837fb8 sys-libs/libunwind: remove unused patches Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16615 Signed-off-by: Sergei Trofimovich gentoo.org> .../files/libunwind-1.2-ia64-undwarf.patch | 17 -------- .../files/libunwind-1.2.1-arm-__asm__.patch | 47 ---------------------- .../files/libunwind-1.2.1-fix_version_macros.patch | 13 ------ .../files/libunwind-1.2.1-no-PROTECTED.patch | 14 ------- 4 files changed, 91 deletions(-) diff --git a/sys-libs/libunwind/files/libunwind-1.2-ia64-undwarf.patch b/sys-libs/libunwind/files/libunwind-1.2-ia64-undwarf.patch deleted file mode 100644 index 1e3e2489828..00000000000 --- a/sys-libs/libunwind/files/libunwind-1.2-ia64-undwarf.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/src/mi/Gget_proc_name.c b/src/mi/Gget_proc_name.c -index 5376f82..64d2503 100644 ---- a/src/mi/Gget_proc_name.c -+++ b/src/mi/Gget_proc_name.c -@@ -106,8 +106,12 @@ unw_get_proc_name (unw_cursor_t *cursor, char *buf, size_t buf_len, - ip = tdep_get_ip (c); -+#if !defined(__ia64) - if (c->dwarf.use_prev_instr) - --ip; -+#endif - error = get_proc_name (tdep_get_as (c), ip, buf, buf_len, offp, - tdep_get_as_arg (c)); -+#if !defined(__ia64) - if (c->dwarf.use_prev_instr && offp != NULL && error == 0) - *offp += 1; -+#endif - return error; diff --git a/sys-libs/libunwind/files/libunwind-1.2.1-arm-__asm__.patch b/sys-libs/libunwind/files/libunwind-1.2.1-arm-__asm__.patch deleted file mode 100644 index 4b6debabefc..00000000000 --- a/sys-libs/libunwind/files/libunwind-1.2.1-arm-__asm__.patch +++ /dev/null @@ -1,47 +0,0 @@ -https://bugs.gentoo.org/635674 - -From ca6b6f3ad9190814ef7869e8c7e73dae0922f647 Mon Sep 17 00:00:00 2001 -From: Romain Naour -Date: Mon, 3 Jul 2017 15:31:10 +0200 -Subject: [PATCH] libunwind-arm: fix build failure due to asm() - -mesa3d on ARM build with libunwind support enabled fail to build due to asm() -function used when building with -std=c99. -The gcc documentation [1] suggest to use __asm__ instead of asm. - -Fixes: -https://urldefense.proofpoint.com/v2/url?u=http-3A__autobuild.buildroot.net_results_3ef_3efe156b6494e4392b6c31de447ee2c72acc1a53&d=DwICAg&c=5VD0RTtNlTh3ycd41b3MUw&r=vou6lT5jmE_fWQWZZgNrsMWu4RT87QAB9V07tPHlP5U&m=BlAszRQ0vewy5vW7raCh9FmNOACKez_juz55zoiNfUs&s=4sXL6_rFriQz7qi5ygKXBIVHMc7YSdCBnkkHoi347CU&e= - -[1] https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html#Alternate-Keywords - -Signed-off-by: Romain Naour -Cc: Bernd Kuhls ---- - include/libunwind-arm.h | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/include/libunwind-arm.h b/include/libunwind-arm.h -index f208487a..1c856faf 100644 ---- a/include/libunwind-arm.h -+++ b/include/libunwind-arm.h -@@ -265,7 +265,7 @@ unw_tdep_context_t; - #ifndef __thumb__ - #define unw_tdep_getcontext(uc) (({ \ - unw_tdep_context_t *unw_ctx = (uc); \ -- register unsigned long *unw_base asm ("r0") = unw_ctx->regs; \ -+ register unsigned long *unw_base __asm__ ("r0") = unw_ctx->regs; \ - __asm__ __volatile__ ( \ - "stmia %[base], {r0-r15}" \ - : : [base] "r" (unw_base) : "memory"); \ -@@ -273,7 +273,7 @@ unw_tdep_context_t; - #else /* __thumb__ */ - #define unw_tdep_getcontext(uc) (({ \ - unw_tdep_context_t *unw_ctx = (uc); \ -- register unsigned long *unw_base asm ("r0") = unw_ctx->regs; \ -+ register unsigned long *unw_base __asm__ ("r0") = unw_ctx->regs; \ - __asm__ __volatile__ ( \ - ".align 2\nbx pc\nnop\n.code 32\n" \ - "stmia %[base], {r0-r15}\n" \ --- -2.18.0 - diff --git a/sys-libs/libunwind/files/libunwind-1.2.1-fix_version_macros.patch b/sys-libs/libunwind/files/libunwind-1.2.1-fix_version_macros.patch deleted file mode 100644 index 63202937084..00000000000 --- a/sys-libs/libunwind/files/libunwind-1.2.1-fix_version_macros.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index a254bbe..fe0247b 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1,6 +1,6 @@ - define(pkg_major, 1) --define(pkg_minor, 2.1) --define(pkg_extra, ) -+define(pkg_minor, 2) -+define(pkg_extra, 1) - define(pkg_maintainer, libunwind-devel@nongnu.org) - define(mkvers, $1.$2$3) - dnl Process this file with autoconf to produce a configure script. diff --git a/sys-libs/libunwind/files/libunwind-1.2.1-no-PROTECTED.patch b/sys-libs/libunwind/files/libunwind-1.2.1-no-PROTECTED.patch deleted file mode 100644 index 6b12d9712ff..00000000000 --- a/sys-libs/libunwind/files/libunwind-1.2.1-no-PROTECTED.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://bugs.gentoo.org/659732 -https://github.com/libunwind/libunwind/issues/58 - -From a1437a3d27924e17d00021df3cc659bd998e8580 Mon Sep 17 00:00:00 2001 -From: Dave Watson -Date: Thu, 28 Dec 2017 08:26:42 -0800 -Subject: [PATCH] Remove PROTECTED visibility - -This only works on bfd ld, not lld or gold. ---- a/include/compiler.h -+++ b/include/compiler.h -@@ -43 +43 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ --# define PROTECTED __attribute__((visibility ("protected"))) -+# define PROTECTED