From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1923) id 6885C38582A6; Wed, 2 Nov 2022 18:57:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6885C38582A6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667415454; bh=cKxaBzGDMjMr8C2GTelWvUrGoDFnKg3faPYcjbEt6fM=; h=To:Subject:Date:From:From; b=RkcN0x0Az5WxTGi6Do/t6M6s0NKKSFEj9GXue+R4+QxqSKUEhkPRWTem8FJGRMiau eHriaRkM8pGtyMhIXGwnWW/UjRGsksXsCZVJvv/A+udVFobjGdGScXqW3DpCduua4u +JmUNyS/gtKVcLeLvOriDS0luJdOQshbVV/8KxlY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b3a5eb89800f8683b2c9f37c70954d517b8c0b9a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5614c9b1f0835f8d27c289a2d501473af512872f X-Git-Newrev: b3a5eb89800f8683b2c9f37c70954d517b8c0b9a Message-Id: <20221102185734.6885C38582A6@sourceware.org> Date: Wed, 2 Nov 2022 18:57:33 +0000 (GMT) From: Philipp Tomsich 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 b3a5eb89800f8683b2c9f37c70954d517b8c0b9a (commit) from 5614c9b1f0835f8d27c289a2d501473af512872f (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 b3a5eb89800f8683b2c9f37c70954d517b8c0b9a Author: Christoph Müllner Date: Wed Nov 2 15:46:38 2022 +0100 gcc-13: riscv: Document the Zawrs support This patch documents the new RISC-V Zawrs support. Signed-off-by: Christoph Müllner diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 7c6bfa6e..5e6e054b 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -261,7 +261,10 @@ a work-in-progress.

- +

RISC-V

+
    +
  • New ISA extension support for zawrs.
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs