commit: 0573e14f67231cbde43a90c8953896ab0d2d7e58 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Mar 1 20:55:32 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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 <[email protected]> +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
