From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7803) id BEFC8385381B; Thu, 25 Aug 2022 08:18:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BEFC8385381B 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.35 X-Act-Checkin: binutils-gdb X-Git-Author: Palmer Dabbelt X-Git-Refname: refs/heads/master X-Git-Oldrev: 64411043fd0fcfba94cd6d1f0a2d2202a8701167 X-Git-Newrev: 4362996c0e9b6c8f78c2e8eb41ff674c226a2b6a Message-Id: <20220825081851.BEFC8385381B@sourceware.org> Date: Thu, 25 Aug 2022 08:18:51 +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:51 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D4362996c0e9b= 6c8f78c2e8eb41ff674c226a2b6a commit 4362996c0e9b6c8f78c2e8eb41ff674c226a2b6a Author: Palmer Dabbelt Date: Wed Aug 24 13:19:07 2022 -0700 gas: NEWS: Add the RISC-V features for 2.35 Diff: --- gas/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gas/NEWS b/gas/NEWS index a152c411eea..e0e4d8438e3 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -124,6 +124,11 @@ Changes in 2.35: =20 * Add -mbig-obj support to i386 MingW targets. =20 +* Add support for the -mriscv-isa-version argument, to select the version = of + the RISC-V ISA specification used when assembling. + +* Remove support for the RISC-V privileged specification, version 1.9. + Changes in 2.34: =20 * Add -malign-branch-boundary=3DNUM, -malign-branch=3DTYPE[+TYPE...],