From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7803) id AB9BC385841A; Thu, 25 Aug 2022 08:18:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB9BC385841A Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nelson Chu To: bfd-cvs@sourceware.org Subject: [binutils-gdb] gas: NEWS: Add the RISC-V features for 2.31 X-Act-Checkin: binutils-gdb X-Git-Author: Palmer Dabbelt X-Git-Refname: refs/heads/master X-Git-Oldrev: c2d7de232bb9483af7a0633151edfec4ee52eeda X-Git-Newrev: 64411043fd0fcfba94cd6d1f0a2d2202a8701167 Message-Id: <20220825081846.AB9BC385841A@sourceware.org> Date: Thu, 25 Aug 2022 08:18:46 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2022 08:18:46 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D64411043fd0f= cfba94cd6d1f0a2d2202a8701167 commit 64411043fd0fcfba94cd6d1f0a2d2202a8701167 Author: Palmer Dabbelt Date: Wed Aug 24 13:19:06 2022 -0700 gas: NEWS: Add the RISC-V features for 2.31 Diff: --- gas/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gas/NEWS b/gas/NEWS index abf3b019fe7..a152c411eea 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -218,6 +218,8 @@ Changes in 2.31: * Add support for .nops directive. It is currently supported only for x86 targets. =20 +* Add support for the .insn directive on RISC-V targets. + Changes in 2.30: =20 * Add support for loaction views in DWARF debug line information.