From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C18131382C5 for ; Thu, 17 Dec 2020 17:04:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B7C2E0886; Thu, 17 Dec 2020 17:04:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5C1DE0886 for ; Thu, 17 Dec 2020 17:04:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F650341279 for ; Thu, 17 Dec 2020 17:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7166956 for ; Thu, 17 Dec 2020 17:04:02 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1608224596.0b516ff700010409bc568f218ac76b3b27e54d0a.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 11.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 11.0.0/gentoo/05_all_alpha-mieee-default.patch 11.0.0/gentoo/27_all_EXTRA_OPTIONS-fstack-clash-protection.patch 11.0.0/gentoo/README.history X-VCS-Directories: 11.0.0/gentoo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0b516ff700010409bc568f218ac76b3b27e54d0a X-VCS-Branch: master Date: Thu, 17 Dec 2020 17:04:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6bdea863-b878-4bb5-8919-72c351b1910c X-Archives-Hash: 6961eab3522a5f8724ddc3435306727b commit: 0b516ff700010409bc568f218ac76b3b27e54d0a Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Dec 17 17:03:16 2020 +0000 Commit: Sergei Trofimovich gentoo 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 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