From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1256) id C1DAE385B835; Thu, 9 Apr 2020 14:36:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C1DAE385B835 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. cd4b2be81b0777a2221a8c5d77844910ad038e3d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 12624a2d994e342ee38be548beb02c1937241041 X-Git-Newrev: cd4b2be81b0777a2221a8c5d77844910ad038e3d Message-Id: <20200409143600.C1DAE385B835@sourceware.org> Date: Thu, 9 Apr 2020 14:36:00 +0000 (GMT) From: "Maciej W. Rozycki" 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: Thu, 09 Apr 2020 14:36: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 cd4b2be81b0777a2221a8c5d77844910ad038e3d (commit) from 12624a2d994e342ee38be548beb02c1937241041 (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 cd4b2be81b0777a2221a8c5d77844910ad038e3d Author: Maciej W. Rozycki Date: Thu Apr 9 15:35:20 2020 +0100 GCC 10: Document RISC-V target's requirement for binutils 2.30 Match GCC commit bfe78b08471f ("RISC-V: Using fmv.x.w/fmv.w.x rather than fmv.x.s/fmv.s.x") and commit 879bc686a0aa ("doc: RISC-V: Update binutils requirement to 2.30"). diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index c24d1f84..1c8d7a9f 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -729,7 +729,13 @@ a work-in-progress.

- +

RISC-V

+
    +
  • + The riscv*-*-* targets now require GNU binutils version 2.30 + or later, to support new assembly instructions produced by GCC. +
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs