From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 4D3C43858004; Sun, 28 Mar 2021 20:58:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D3C43858004 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e6abf4c9f3af4b0d36f11ff625bd369db5f08199 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 04bd07a8ba2eb1bab14eb4db1bdd51253e9dbc3d X-Git-Newrev: e6abf4c9f3af4b0d36f11ff625bd369db5f08199 Message-Id: <20210328205846.4D3C43858004@sourceware.org> Date: Sun, 28 Mar 2021 20:58:46 +0000 (GMT) From: Gerald Pfeifer 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: Sun, 28 Mar 2021 20:58:46 -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 e6abf4c9f3af4b0d36f11ff625bd369db5f08199 (commit) from 04bd07a8ba2eb1bab14eb4db1bdd51253e9dbc3d (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 e6abf4c9f3af4b0d36f11ff625bd369db5f08199 Author: Gerald Pfeifer Date: Sun Mar 28 22:36:32 2021 +0200 Fix the spelling of "run time" as a noun. diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html index 638782e8..d68e5146 100644 --- a/htdocs/gcc-8/changes.html +++ b/htdocs/gcc-8/changes.html @@ -1406,7 +1406,7 @@ are not listed here).

deployment of the Large System Extensions (LSE) on GNU/Linux systems built with a baseline architecture targeting Armv8-A. When the option is specified code is emitted to detect the presence of LSE instructions at - runtime and use them for standard atomic operations. + run time and use them for standard atomic operations. For more information please refer to the documentation. diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html index 8b827386..cbbf9299 100644 --- a/htdocs/gcc-9/changes.html +++ b/htdocs/gcc-9/changes.html @@ -1143,7 +1143,7 @@ are not listed here).

deployment of the Large System Extensions (LSE) on GNU/Linux systems built with a baseline architecture targeting Armv8-A. When the option is specified code is emitted to detect the presence of LSE instructions at - runtime and use them for standard atomic operations. + run time and use them for standard atomic operations. For more information please refer to the documentation.
  • GCC now supports the Fujitsu A64FX. The associated -mcpu ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-8/changes.html | 2 +- htdocs/gcc-9/changes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs