From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2098) id A7516385DC14; Mon, 18 May 2020 09:15:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A7516385DC14 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 4a2a234f399dd68e86f3605868c5fd1949a63cfa X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e9b7ac22fa802bf1e1fd08a26c7ae2e1580ffadd X-Git-Newrev: 4a2a234f399dd68e86f3605868c5fd1949a63cfa Message-Id: <20200518091552.A7516385DC14@sourceware.org> Date: Mon, 18 May 2020 09:15:52 +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 09:15:52 -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 4a2a234f399dd68e86f3605868c5fd1949a63cfa (commit) from e9b7ac22fa802bf1e1fd08a26c7ae2e1580ffadd (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 4a2a234f399dd68e86f3605868c5fd1949a63cfa Author: Srinath Parvathaneni Date: Mon May 18 10:11:47 2020 +0100 [ARM]: Document Armv8.1-M Mainline Security Extensions changes. Armv8.1-M Mainline Security Extensions related changes in GCC-10. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index af40b3ad..5bcffdd7 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -819,6 +819,9 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512)));
  • Support for the Custom Datapath Extension beta ACLE 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), + now leads to the generation of improved code sequences when changing security states.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- gcc-wwwdocs