From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1971) id 0DC2938930D5; Fri, 24 Apr 2020 09:12:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0DC2938930D5 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. fbebf7a1d7aa87bd33780d549990bb22cf3aaeca X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 967663179682d6f626c250132e1cfc9013ea414d X-Git-Newrev: fbebf7a1d7aa87bd33780d549990bb22cf3aaeca Message-Id: <20200424091229.0DC2938930D5@sourceware.org> Date: Fri, 24 Apr 2020 09:12:29 +0000 (GMT) From: Andre Simoes Dias Vieira 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, 24 Apr 2020 09:12:29 -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 fbebf7a1d7aa87bd33780d549990bb22cf3aaeca (commit) from 967663179682d6f626c250132e1cfc9013ea414d (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 fbebf7a1d7aa87bd33780d549990bb22cf3aaeca Author: Andre Vieira Date: Wed Apr 22 17:23:19 2020 +0100 wwwdocs: Add -moutline-atomics for AArch64 on gcc-9.4 and gcc-8.5 diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html index 83dd1bc0..83e57db1 100644 --- a/htdocs/gcc-8/changes.html +++ b/htdocs/gcc-8/changes.html @@ -1394,5 +1394,22 @@ known to be fixed in the 8.4 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here).

+ +

GCC 8.5

+ +

Target Specific Changes

+ +

AArch64

+
    +
  • + The option -moutline-atomics has been added to aid + 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. + For more information please refer to the documentation. +
  • +
+ diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html index 74c7cde7..a2a28a9a 100644 --- a/htdocs/gcc-9/changes.html +++ b/htdocs/gcc-9/changes.html @@ -1132,5 +1132,21 @@ complete (that is, it is possible that some PRs that have been fixed are not listed here).

+

GCC 9.4

+ +

Target Specific Changes

+ +

AArch64

+
    +
  • + The option -moutline-atomics has been added to aid + 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. + For more information please refer to the documentation. +
  • +
+ ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-8/changes.html | 17 +++++++++++++++++ htdocs/gcc-9/changes.html | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) hooks/post-receive -- gcc-wwwdocs