From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1923) id 8CE28387093B; Fri, 30 Jun 2023 14:04:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8CE28387093B Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Philipp Tomsich To: bfd-cvs@sourceware.org Subject: [binutils-gdb] binutils: NEWS: announce new RISC-V extensions X-Act-Checkin: binutils-gdb X-Git-Author: Philipp Tomsich X-Git-Refname: refs/heads/master X-Git-Oldrev: 1f3fc45bddc7147a2e59346a59290094137ef1e1 X-Git-Newrev: e507570754867e3b74c01b55386067c30651c776 Message-Id: <20230630140451.8CE28387093B@sourceware.org> Date: Fri, 30 Jun 2023 14:04: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: Fri, 30 Jun 2023 14:04:51 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De50757075486= 7e3b74c01b55386067c30651c776 commit e507570754867e3b74c01b55386067c30651c776 Author: Philipp Tomsich Date: Fri Jun 30 16:02:11 2023 +0200 binutils: NEWS: announce new RISC-V extensions =20 We picked up support for a few new extensions over the last weeks (this may need further updating prior to the next release), list them in the NEWS file. =20 binutils/ChangeLog: =20 * binutils/NEWS: announce suuport for the new RISC-V extensions (Zicond, Zfa, XVentanaCondOps). =20 Signed-off-by: Philipp Tomsich Diff: --- binutils/NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/binutils/NEWS b/binutils/NEWS index 7084aadabda..2e8d51d2773 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -20,6 +20,13 @@ * Add command-line option, --strip-section-headers, to objcopy and strip to remove ELF section header from ELF file. =20 +* The RISC-V port now supports the following new standard extensions: + - Zicond (conditional zero instructions) + - Zfa (additional floating-point instructions) + +* The RISC-V port now supports the following vendor-defined extensions: + - XVentanaCondOps + Changes in 2.40: =20 * Objdump has a new command line option --show-all-symbols which will make= it