commit: 0b516ff700010409bc568f218ac76b3b27e54d0a
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 17:03:16 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 17:03:16 2020 +0000
URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=0b516ff7
10.0.0: cut 5 patchset, refresh patches against master
Fixed minor conflict of removed 'Report' option keyword.
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11.0.0/gentoo/05_all_alpha-mieee-default.patch | 4 ++--
11.0.0/gentoo/27_all_EXTRA_OPTIONS-fstack-clash-protection.patch | 4 ++--
11.0.0/gentoo/README.history | 3 ++-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/11.0.0/gentoo/05_all_alpha-mieee-default.patch
b/11.0.0/gentoo/05_all_alpha-mieee-default.patch
index b266d77..cf33f14 100644
--- a/11.0.0/gentoo/05_all_alpha-mieee-default.patch
+++ b/11.0.0/gentoo/05_all_alpha-mieee-default.patch
@@ -31,8 +31,8 @@ behaving the same across arches under Linux.
Request IEEE-conformant math library routines (OSF/1).
mieee
--Target Report RejectNegative Mask(IEEE)
-+Target Report Mask(IEEE)
+-Target RejectNegative Mask(IEEE)
++Target Mask(IEEE)
Emit IEEE-conformant code, without inexact exceptions.
mieee-with-inexact
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
index d1bb202..e836c92 100644
--- 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
@@ -6,8 +6,8 @@ On Hardened we add some options like -fstack-clash-protection.
Insert stack checking code into the program. Same as -fstack-check=specific.
fstack-clash-protection
--Common Report Var(flag_stack_clash_protection) Optimization
-+Common Report Var(flag_stack_clash_protection) Optimization Init(-1)
+-Common Var(flag_stack_clash_protection) Optimization
++Common Var(flag_stack_clash_protection) Optimization Init(-1)
Insert code to probe each page of stack space as it is allocated to protect
from stack-clash style attacks.
diff --git a/11.0.0/gentoo/README.history b/11.0.0/gentoo/README.history
index a34b96d..0e3f92b 100644
--- a/11.0.0/gentoo/README.history
+++ b/11.0.0/gentoo/README.history
@@ -1,4 +1,5 @@
-5 TODO
+5 17 Dec 2020
+ U 05_all_alpha-mieee-default.patch
U 27_all_EXTRA_OPTIONS-fstack-clash-protection.patch
4 26 Aug 2020