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: 10.2.0/gentoo/, 9.3.0/gentoo/, 8.4.0/gentoo/, 11.0.0/gentoo/
Date: Mon, 31 Aug 2020 18:17:39
Message-Id: 1598897626.8568b1b8782f700e97a2836ce95c4dfbcc2677df.slyfox@gentoo
1 commit: 8568b1b8782f700e97a2836ce95c4dfbcc2677df
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 18:13:46 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 18:13:46 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=8568b1b8
7
8 fix extra opts patch to contain correct target file name
9
10 Before the change patches implied different file targets:
11
12 --- a/gcc/toplev.c
13 +++ b/toplev.c
14
15 It was not patch's intention. Luckily patch did not perform
16 a file copy. Fixed to:
17
18 --- a/gcc/toplev.c
19 +++ b/gcc/toplev.c
20
21 Thanks to Jason Chan who noticed it and proposed a fix!
22
23 Fixed-by: Jason Chan
24 Closes: https://bugs.gentoo.org/739742
25 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
26
27 10.2.0/gentoo/28_all_EXTRA_OPTIONS-fstack-clash-protection.patch | 2 +-
28 10.2.0/gentoo/README.history | 3 +++
29 11.0.0/gentoo/27_all_EXTRA_OPTIONS-fstack-clash-protection.patch | 2 +-
30 11.0.0/gentoo/README.history | 3 +++
31 8.4.0/gentoo/11_all_extra-options.patch | 2 +-
32 8.4.0/gentoo/README.history | 1 +
33 9.3.0/gentoo/11_all_extra-options.patch | 2 +-
34 9.3.0/gentoo/README.history | 1 +
35 8 files changed, 12 insertions(+), 4 deletions(-)
36
37 diff --git a/10.2.0/gentoo/28_all_EXTRA_OPTIONS-fstack-clash-protection.patch b/10.2.0/gentoo/28_all_EXTRA_OPTIONS-fstack-clash-protection.patch
38 index 95dd37e..d1bb202 100644
39 --- a/10.2.0/gentoo/28_all_EXTRA_OPTIONS-fstack-clash-protection.patch
40 +++ b/10.2.0/gentoo/28_all_EXTRA_OPTIONS-fstack-clash-protection.patch
41 @@ -30,7 +30,7 @@ On Hardened we add some options like -fstack-clash-protection.
42 vtable entries. Setting this nonzero tells the compiler to use
43 function descriptors instead. The value of this macro says how
44 --- a/gcc/toplev.c 2018-02-13 17:18:37.000000000 +0100
45 -+++ b/toplev.c 2018-04-30 16:46:37.244027303 +0200
46 ++++ b/gcc/toplev.c 2018-04-30 16:46:37.244027303 +0200
47 @@ -1682,6 +1682,10 @@ process_options (void)
48
49 /* -fstack-clash-protection is not currently supported on targets
50
51 diff --git a/10.2.0/gentoo/README.history b/10.2.0/gentoo/README.history
52 index 1bfe565..ab2ac3c 100644
53 --- a/10.2.0/gentoo/README.history
54 +++ b/10.2.0/gentoo/README.history
55 @@ -1,3 +1,6 @@
56 +3 TODO
57 + U 28_all_EXTRA_OPTIONS-fstack-clash-protection.patch
58 +
59 2 23 Aug 2020
60 + 33_all_lto-O0-mix-ICE-ipa-PR96291.patch
61 + 34_all_fundecl-ICE-PR95820.patch
62
63 diff --git a/11.0.0/gentoo/27_all_EXTRA_OPTIONS-fstack-clash-protection.patch b/11.0.0/gentoo/27_all_EXTRA_OPTIONS-fstack-clash-protection.patch
64 index 95dd37e..d1bb202 100644
65 --- a/11.0.0/gentoo/27_all_EXTRA_OPTIONS-fstack-clash-protection.patch
66 +++ b/11.0.0/gentoo/27_all_EXTRA_OPTIONS-fstack-clash-protection.patch
67 @@ -30,7 +30,7 @@ On Hardened we add some options like -fstack-clash-protection.
68 vtable entries. Setting this nonzero tells the compiler to use
69 function descriptors instead. The value of this macro says how
70 --- a/gcc/toplev.c 2018-02-13 17:18:37.000000000 +0100
71 -+++ b/toplev.c 2018-04-30 16:46:37.244027303 +0200
72 ++++ b/gcc/toplev.c 2018-04-30 16:46:37.244027303 +0200
73 @@ -1682,6 +1682,10 @@ process_options (void)
74
75 /* -fstack-clash-protection is not currently supported on targets
76
77 diff --git a/11.0.0/gentoo/README.history b/11.0.0/gentoo/README.history
78 index b3e6ea1..a34b96d 100644
79 --- a/11.0.0/gentoo/README.history
80 +++ b/11.0.0/gentoo/README.history
81 @@ -1,3 +1,6 @@
82 +5 TODO
83 + U 27_all_EXTRA_OPTIONS-fstack-clash-protection.patch
84 +
85 4 26 Aug 2020
86 - 25_all_hppa-faster-synth_mult.patch
87
88
89 diff --git a/8.4.0/gentoo/11_all_extra-options.patch b/8.4.0/gentoo/11_all_extra-options.patch
90 index 9187af8..42c288c 100644
91 --- a/8.4.0/gentoo/11_all_extra-options.patch
92 +++ b/8.4.0/gentoo/11_all_extra-options.patch
93 @@ -30,7 +30,7 @@ On Hardened we add some options like -fstack-clash-protection and -z now
94 vtable entries. Setting this nonzero tells the compiler to use
95 function descriptors instead. The value of this macro says how
96 --- a/gcc/toplev.c 2018-02-13 17:18:37.000000000 +0100
97 -+++ b/toplev.c 2018-04-30 16:46:37.244027303 +0200
98 ++++ b/gcc/toplev.c 2018-04-30 16:46:37.244027303 +0200
99 @@ -1682,6 +1682,10 @@ process_options (void)
100
101 /* -fstack-clash-protection is not currently supported on targets
102
103 diff --git a/8.4.0/gentoo/README.history b/8.4.0/gentoo/README.history
104 index c9566f7..e072ed5 100644
105 --- a/8.4.0/gentoo/README.history
106 +++ b/8.4.0/gentoo/README.history
107 @@ -1,5 +1,6 @@
108 3 TODO
109 + 31_all_plugin-objdump.patch
110 + U 11_all_extra-options.patch
111
112 2 29 May 2020
113 + 29_all_libcpp-ar.patch
114
115 diff --git a/9.3.0/gentoo/11_all_extra-options.patch b/9.3.0/gentoo/11_all_extra-options.patch
116 index 9187af8..42c288c 100644
117 --- a/9.3.0/gentoo/11_all_extra-options.patch
118 +++ b/9.3.0/gentoo/11_all_extra-options.patch
119 @@ -30,7 +30,7 @@ On Hardened we add some options like -fstack-clash-protection and -z now
120 vtable entries. Setting this nonzero tells the compiler to use
121 function descriptors instead. The value of this macro says how
122 --- a/gcc/toplev.c 2018-02-13 17:18:37.000000000 +0100
123 -+++ b/toplev.c 2018-04-30 16:46:37.244027303 +0200
124 ++++ b/gcc/toplev.c 2018-04-30 16:46:37.244027303 +0200
125 @@ -1682,6 +1682,10 @@ process_options (void)
126
127 /* -fstack-clash-protection is not currently supported on targets
128
129 diff --git a/9.3.0/gentoo/README.history b/9.3.0/gentoo/README.history
130 index d8c024d..9dbbc19 100644
131 --- a/9.3.0/gentoo/README.history
132 +++ b/9.3.0/gentoo/README.history
133 @@ -1,5 +1,6 @@
134 4 TODO
135 + 30_all_plugin-objdump.patch
136 + U 11_all_extra-options.patch
137
138 3 29 May 2020
139 + 29_all_libcpp-ar.patch