From a47d304b1229ecf8912fac17ee9c48d1bf3c729a Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Mon, 25 Sep 2023 11:33:12 +0300 Subject: [PATCH] arc: Update NEWS files Add ARCv3 support in NEWS files. Signed-off-by: Claudiu Zissulescu --- 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 -*- +* 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 -*- +* Add support for ARCv3 32/64 instruction set architecture. + * Add support for Intel AVX10.1. * 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 -*- +* Add support for ARCv3 32/64 bit architecture. + Changes in 2.41: * Add support for the KVX instruction set. -- 2.30.2