commit:     aa9c51332bdf9ffad64ef02bcab3cc38205b7f46
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri May 29 20:59:12 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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 <dang...@gcc.gnu.org>
+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

Reply via email to