From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 561FF395A450; Fri, 13 May 2022 22:29:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 561FF395A450 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 01a1afc13afd0e2b981262b0a1bf9ba1d7d19f79 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 43a15bdeeda8b1bac296a2ca0f0e6a901b0de488 X-Git-Newrev: 01a1afc13afd0e2b981262b0a1bf9ba1d7d19f79 Message-Id: <20220513222900.561FF395A450@sourceware.org> Date: Fri, 13 May 2022 22:29:00 +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: Fri, 13 May 2022 22:29:00 -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 01a1afc13afd0e2b981262b0a1bf9ba1d7d19f79 (commit) from 43a15bdeeda8b1bac296a2ca0f0e6a901b0de488 (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 01a1afc13afd0e2b981262b0a1bf9ba1d7d19f79 Author: Gerald Pfeifer Date: Sat May 14 00:27:52 2022 +0200 gcc-12: Fix markup in the Loongson section diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index eb144a86..a32f1d53 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -700,11 +700,12 @@ function Multiply (S1, S2 : Sign) return Sign is
  • Support for the LoongArch architecture instruction set has been added.
  • The Loongson CPU codename LA464 and LoongArch 64-bit generic CPU codename loongarch64 are supported through the -march= and -mtune= options - (GCC identifiers in parentheses).
  • + (GCC identifiers in parentheses).
    • Loongson LA464 core (la464).
    • LoongArch 64-bit generic core (loongarch64).
    +

    MIPS

    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs