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 D9E3D138350 for ; Sun, 1 Mar 2020 20:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EC0CE01B5; Sun, 1 Mar 2020 20:56:53 +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 1483CE01B5 for ; Sun, 1 Mar 2020 20:56:53 +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 27EF634F232 for ; Sun, 1 Mar 2020 20:56:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DECA148 for ; Sun, 1 Mar 2020 20:56:50 +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: <1583096132.0573e14f67231cbde43a90c8953896ab0d2d7e58.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 9.2.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 9.2.0/gentoo/37_all_whitespace-pa.patch 9.2.0/gentoo/README.history X-VCS-Directories: 9.2.0/gentoo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0573e14f67231cbde43a90c8953896ab0d2d7e58 X-VCS-Branch: master Date: Sun, 1 Mar 2020 20:56:50 +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: acc4aa25-f510-46b8-ac6d-95b221d8c686 X-Archives-Hash: 4a18131c0018cd2667870d1a2f5eb71c commit: 0573e14f67231cbde43a90c8953896ab0d2d7e58 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 1 20:55:32 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 1 20:55:32 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=0573e14f 9.2.0: pull upstream 37_all_whitespace-pa.patch Fix gcc build failure against hppa target. Signed-off-by: Sergei Trofimovich gentoo.org> 9.2.0/gentoo/37_all_whitespace-pa.patch | 27 +++++++++++++++++++++++++++ 9.2.0/gentoo/README.history | 3 +++ 2 files changed, 30 insertions(+) diff --git a/9.2.0/gentoo/37_all_whitespace-pa.patch b/9.2.0/gentoo/37_all_whitespace-pa.patch new file mode 100644 index 0000000..ad398df --- /dev/null +++ b/9.2.0/gentoo/37_all_whitespace-pa.patch @@ -0,0 +1,27 @@ +From bd7a5c5dc082707dd62083514bbb88c6f78e5bdb Mon Sep 17 00:00:00 2001 +From: John David Anglin +Date: Fri, 20 Sep 2019 21:47:56 +0000 +Subject: [PATCH] pa.c (pa_trampoline_init): Remove spurious extended + character. + + * config/pa/pa.c (pa_trampoline_init): Remove spurious extended + character. + +From-SVN: r276007 +--- + gcc/config/pa/pa.c | 2 +- + +--- a/gcc/config/pa/pa.c ++++ b/gcc/config/pa/pa.c +@@ -10197,7 +10197,7 @@ pa_trampoline_init (rtx m_tramp, tree fndecl, rtx chain_value) + } + + #ifdef HAVE_ENABLE_EXECUTE_STACK +-  emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__enable_execute_stack"), ++ emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__enable_execute_stack"), + LCT_NORMAL, VOIDmode, XEXP (m_tramp, 0), Pmode); + #endif + } +-- +2.25.0 + diff --git a/9.2.0/gentoo/README.history b/9.2.0/gentoo/README.history index 713dcaf..ee72ffd 100644 --- a/9.2.0/gentoo/README.history +++ b/9.2.0/gentoo/README.history @@ -1,3 +1,6 @@ +6 TODO + + 37_all_whitespace-pa.patch + 5 15 Feb 2020 + 34_all_ia64-neg-insn-cost.patch + 35_all_glibc-2.31-libsanitizer-1.patch