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 1481613835A for ; Fri, 29 May 2020 21:27:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08B0FE091F; Fri, 29 May 2020 21:27:28 +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 CF92EE091F for ; Fri, 29 May 2020 21:27:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AC80734F033 for ; Fri, 29 May 2020 21:27:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D921A26A for ; Fri, 29 May 2020 21:27:24 +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: <1590785952.aa9c51332bdf9ffad64ef02bcab3cc38205b7f46.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 4.9.4/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 4.9.4/gentoo/103_all_whitespace-pa.patch 4.9.4/gentoo/README.history X-VCS-Directories: 4.9.4/gentoo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: aa9c51332bdf9ffad64ef02bcab3cc38205b7f46 X-VCS-Branch: master Date: Fri, 29 May 2020 21:27:24 +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: 98731d77-3dfa-4649-b5fa-34650d65ee3c X-Archives-Hash: f846bf7c4ab3a1fe950b95c6a0d14891 commit: aa9c51332bdf9ffad64ef02bcab3cc38205b7f46 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri May 29 20:59:12 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri May 29 20:59:12 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=aa9c5133 4.9.4: backport whitespace change Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/725676 Signed-off-by: Sergei Trofimovich gentoo.org> 4.9.4/gentoo/103_all_whitespace-pa.patch | 28 ++++++++++++++++++++++++++++ 4.9.4/gentoo/README.history | 1 + 2 files changed, 29 insertions(+) diff --git a/4.9.4/gentoo/103_all_whitespace-pa.patch b/4.9.4/gentoo/103_all_whitespace-pa.patch new file mode 100644 index 0000000..9c65b29 --- /dev/null +++ b/4.9.4/gentoo/103_all_whitespace-pa.patch @@ -0,0 +1,28 @@ +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 +@@ -10152,7 +10152,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"), +-      LCT_NORMAL, VOIDmode, 1, XEXP (m_tramp, 0), Pmode); ++ emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__enable_execute_stack"), ++ LCT_NORMAL, VOIDmode, 1, XEXP (m_tramp, 0), Pmode); + #endif + } +-- +2.25.0 + diff --git a/4.9.4/gentoo/README.history b/4.9.4/gentoo/README.history index 7ed72a8..e127492 100644 --- a/4.9.4/gentoo/README.history +++ b/4.9.4/gentoo/README.history @@ -1,5 +1,6 @@ 2 TODO + 102_all_ustat-sparc.patch + + 103_all_whitespace-pa.patch 1.4 1 Jun 2019 + 99_all_remove-lieee.patch