aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/NEWS3
-rw-r--r--gas/NEWS2
-rw-r--r--ld/NEWS2
3 files changed, 7 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 1aae340..c0c1016 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 730ffad..2139af0 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 4b990c7..c5d2a94 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.