From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2098) id EE19F385DC14; Mon, 18 May 2020 10:00:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE19F385DC14 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 72fc30f8b51df7340d2df3399fbfe34f57784652 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4a2a234f399dd68e86f3605868c5fd1949a63cfa X-Git-Newrev: 72fc30f8b51df7340d2df3399fbfe34f57784652 Message-Id: <20200518100058.EE19F385DC14@sourceware.org> Date: Mon, 18 May 2020 10:00:58 +0000 (GMT) From: SRINATH PARVATHANENI 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: Mon, 18 May 2020 10:00:59 -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 72fc30f8b51df7340d2df3399fbfe34f57784652 (commit) from 4a2a234f399dd68e86f3605868c5fd1949a63cfa (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 72fc30f8b51df7340d2df3399fbfe34f57784652 Author: Srinath Parvathaneni Date: Mon May 18 10:57:56 2020 +0100 [ARM]: Fix typo in documentation. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 5bcffdd7..2bc25d92 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -820,7 +820,7 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512))); intrinsics has been added.
  • Support for Armv8.1-M Mainline Security Extensions architecture has been added. The -mcmse option, - when used in combination with an Armv8.1-M Mainline architecture (for example: -march=armv8.1.m.main -mcmse), + when used in combination with an Armv8.1-M Mainline architecture (for example: -march=armv8.1-m.main -mcmse), now leads to the generation of improved code sequences when changing security states.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs