From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1130) id 878D53858D1E; Fri, 25 Feb 2022 19:01:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 878D53858D1E To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 89d90f8c476d7980752ab43ec80cfa414996a7f0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c2db1d56d28f04ba1b023d6f5d48d7948e9079d8 X-Git-Newrev: 89d90f8c476d7980752ab43ec80cfa414996a7f0 Message-Id: <20220225190157.878D53858D1E@sourceware.org> Date: Fri, 25 Feb 2022 19:01:57 +0000 (GMT) From: Richard Sandiford X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2022 19:01:57 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 89d90f8c476d7980752ab43ec80cfa414996a7f0 (commit) from c2db1d56d28f04ba1b023d6f5d48d7948e9079d8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 89d90f8c476d7980752ab43ec80cfa414996a7f0 Author: Richard Sandiford Date: Tue Feb 22 09:19:53 2022 +0000 Document ShadowCallStack support diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 4be3ee72..e7c6ed8e 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -96,6 +96,17 @@ a work-in-progress.

Note that default vectorizer cost model has been changed which used to behave as -fvect-cost-model=cheap were specified. +
  • + GCC now supports the + + ShadowCallStack sanitizer, which can be enabled using the + command-line option + + -fsanitize=shadow-call-stack. This sanitizer currently + only works on AArch64 targets and it requires an environment in + which all code has been compiled with -ffixed-r18. + Its primary initial user is the Linux kernel. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) hooks/post-receive -- gcc-wwwdocs