]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
arc: Update NEWS files
authorClaudiu Zissulescu <claziss@gmail.com>
Mon, 25 Sep 2023 08:33:12 +0000 (11:33 +0300)
committerClaudiu Zissulescu <claziss@gmail.com>
Mon, 25 Sep 2023 08:33:12 +0000 (11:33 +0300)
Add ARCv3 support in NEWS files.

Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>
binutils/NEWS
gas/NEWS
ld/NEWS

index 1aae340ea2a8c6670392013992fe826218fbc8ee..c0c10161b7f8f6adb60cfed436009e20775d0c83 100644 (file)
@@ -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
index 730ffad9bc97c17a6b7214cfd940b7ee4899b25b..2139af06e774daad11e697607964d8cb3651895a 100644 (file)
--- 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 4b990c755f4d2b785de5cf5ad5344c0973aad067..c5d2a947fce5b875c4ef3ad32057cdeaab50555a 100644 (file)
--- 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.