aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-03-01 20:55:32 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-03-01 20:55:32 +0000
commit0573e14f67231cbde43a90c8953896ab0d2d7e58 (patch)
tree2f3b19b21be48779f80e53c4658ad7b60b18330e
parentmake-tarball.sh: tweak scrip to work on non-empty EPREFIX (diff)
downloadgcc-patches-0573e14f.tar.gz
gcc-patches-0573e14f.tar.bz2
gcc-patches-0573e14f.zip
9.2.0: pull upstream 37_all_whitespace-pa.patch
Fix gcc build failure against hppa target. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--9.2.0/gentoo/37_all_whitespace-pa.patch27
-rw-r--r--9.2.0/gentoo/README.history3
2 files changed, 30 insertions, 0 deletions
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 <danglin@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
+@@ -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