From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1957) id 94DFD3856962; Mon, 25 Sep 2023 08:36:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 94DFD3856962 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Claudiu Zissulescu To: bfd-cvs@sourceware.org Subject: [binutils-gdb] arc: Update NEWS files X-Act-Checkin: binutils-gdb X-Git-Author: Claudiu Zissulescu X-Git-Refname: refs/heads/master X-Git-Oldrev: ef90c0991e78c28bebdd3ed31a77c05be0444191 X-Git-Newrev: a47d304b1229ecf8912fac17ee9c48d1bf3c729a Message-Id: <20230925083614.94DFD3856962@sourceware.org> Date: Mon, 25 Sep 2023 08:36:14 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Sep 2023 08:36:14 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Da47d304b1229= ecf8912fac17ee9c48d1bf3c729a commit a47d304b1229ecf8912fac17ee9c48d1bf3c729a Author: Claudiu Zissulescu Date: Mon Sep 25 11:33:12 2023 +0300 arc: Update NEWS files =20 Add ARCv3 support in NEWS files. =20 Signed-off-by: Claudiu Zissulescu Diff: --- binutils/NEWS | 3 +++ gas/NEWS | 2 ++ ld/NEWS | 2 ++ 3 files changed, 7 insertions(+) diff --git a/binutils/NEWS b/binutils/NEWS index 1aae340ea2a..c0c10161b7f 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- =20 +* Add support for ARCv3 32/64 bit architecture. Improve ARC disassembly + output by supporting ARC ISA variation specific register names. + * The readelf program has a new command line option --extra-sym-info which extends the information displayed by the --symbols option. When enabled the display will include the name of the section referenced by a symbol's diff --git a/gas/NEWS b/gas/NEWS index 730ffad9bc9..2139af06e77 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,5 +1,7 @@ -*- text -*- =20 +* Add support for ARCv3 32/64 instruction set architecture. + * Add support for Intel AVX10.1. =20 * Add support for Intel PBNDKB instructions. diff --git a/ld/NEWS b/ld/NEWS index 4b990c755f4..c5d2a947fce 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,7 @@ -*- text -*- =20 +* Add support for ARCv3 32/64 bit architecture. + Changes in 2.41: =20 * Add support for the KVX instruction set.