Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-patches:master commit in: 9.2.0/gentoo/
Date: Sun, 01 Mar 2020 20:56:53
Message-Id: 1583096132.0573e14f67231cbde43a90c8953896ab0d2d7e58.slyfox@gentoo
1 commit: 0573e14f67231cbde43a90c8953896ab0d2d7e58
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 20:55:32 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 20:55:32 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=0573e14f
7
8 9.2.0: pull upstream 37_all_whitespace-pa.patch
9
10 Fix gcc build failure against hppa target.
11
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 9.2.0/gentoo/37_all_whitespace-pa.patch | 27 +++++++++++++++++++++++++++
15 9.2.0/gentoo/README.history | 3 +++
16 2 files changed, 30 insertions(+)
17
18 diff --git a/9.2.0/gentoo/37_all_whitespace-pa.patch b/9.2.0/gentoo/37_all_whitespace-pa.patch
19 new file mode 100644
20 index 0000000..ad398df
21 --- /dev/null
22 +++ b/9.2.0/gentoo/37_all_whitespace-pa.patch
23 @@ -0,0 +1,27 @@
24 +From bd7a5c5dc082707dd62083514bbb88c6f78e5bdb Mon Sep 17 00:00:00 2001
25 +From: John David Anglin <danglin@×××××××.org>
26 +Date: Fri, 20 Sep 2019 21:47:56 +0000
27 +Subject: [PATCH] pa.c (pa_trampoline_init): Remove spurious extended
28 + character.
29 +
30 + * config/pa/pa.c (pa_trampoline_init): Remove spurious extended
31 + character.
32 +
33 +From-SVN: r276007
34 +---
35 + gcc/config/pa/pa.c | 2 +-
36 +
37 +--- a/gcc/config/pa/pa.c
38 ++++ b/gcc/config/pa/pa.c
39 +@@ -10197,7 +10197,7 @@ pa_trampoline_init (rtx m_tramp, tree fndecl, rtx chain_value)
40 + }
41 +
42 + #ifdef HAVE_ENABLE_EXECUTE_STACK
43 +-  emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__enable_execute_stack"),
44 ++ emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__enable_execute_stack"),
45 + LCT_NORMAL, VOIDmode, XEXP (m_tramp, 0), Pmode);
46 + #endif
47 + }
48 +--
49 +2.25.0
50 +
51
52 diff --git a/9.2.0/gentoo/README.history b/9.2.0/gentoo/README.history
53 index 713dcaf..ee72ffd 100644
54 --- a/9.2.0/gentoo/README.history
55 +++ b/9.2.0/gentoo/README.history
56 @@ -1,3 +1,6 @@
57 +6 TODO
58 + + 37_all_whitespace-pa.patch
59 +
60 5 15 Feb 2020
61 + 34_all_ia64-neg-insn-cost.patch
62 + 35_all_glibc-2.31-libsanitizer-1.patch