From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 0BAAB3858C53; Thu, 2 Feb 2023 21:49:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0BAAB3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675374587; bh=vI/CTkgS3ZU/rYM3Ugxmi3eaSYiBPFlxl4//XuSOYb4=; h=To:Subject:Date:From:From; b=Oe+Nlp/OgAcL77zQQo6bViFpcBx/nK/45i+IbNFc6T9iwCRR9uImAlsMxoFqOFitd lW7fbTa/7liA4jQiLskE6YvLl+R1Q9Q+2VBrVInZD5NeQfMnWHBdUwXtnTySccFNs/ MdIaAnOALDehjypxoc5Hj1fTDj+IG7JMELaQu61s= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 6bf6ec339670d8f9f2a4bc9be45e233c99e4943e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1ee613a4e23a4ad41f1421f3cec8cf40c6f1ab87 X-Git-Newrev: 6bf6ec339670d8f9f2a4bc9be45e233c99e4943e Message-Id: <20230202214947.0BAAB3858C53@sourceware.org> Date: Thu, 2 Feb 2023 21:49:47 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 6bf6ec339670d8f9f2a4bc9be45e233c99e4943e (commit) from 1ee613a4e23a4ad41f1421f3cec8cf40c6f1ab87 (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 6bf6ec339670d8f9f2a4bc9be45e233c99e4943e Author: Gerald Pfeifer Date: Thu Feb 2 22:49:10 2023 +0100 gcc-11: Update arm "Straight-line Speculation vulnerability" link diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 4787fc26..cc0fdc19 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -807,7 +807,7 @@ You may also want to check out our
  • The AArch64 Armv8-R architecture is now supported through the -march=armv8-r option.
  • Mitigation against the - Straight-line Speculation vulnerability + Straight-line Speculation vulnerability is supported with the -mharden-sls= option. Please refer to the documentation for usage instructions.
  • The availability of Advanced SIMD intrinsics available through the ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs