aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNelson Chu <nelson@rivosinc.com>2025-03-18 13:36:38 +0800
committerNelson Chu <nelson@rivosinc.com>2025-03-18 13:42:02 +0800
commit614d1b72cea2b4d1d86fedc7cf608a3f167157fc (patch)
tree3cbb0b7701e2d2f9ea2a42c5bf98c5b44f5c248c
parent66b81b40dcf1fe5739c6c8138b242e47ebab0c8a (diff)
downloadbinutils-614d1b72cea2b4d1d86fedc7cf608a3f167157fc.zip
binutils-614d1b72cea2b4d1d86fedc7cf608a3f167157fc.tar.gz
binutils-614d1b72cea2b4d1d86fedc7cf608a3f167157fc.tar.bz2
gas/NEW: Updated news related to mapping symbol and extensions for risc-v
-rw-r--r--binutils/NEWS3
-rw-r--r--gas/NEWS11
2 files changed, 14 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index d647fa6..a4599d9 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,8 @@
-*- text -*-
+* For RISC-V dis-assembler, the definition of mapping symbol $x is changed,
+ so the file needs to be rebuilt since 2.45 once used .option arch directives.
+
Changes in 2.44:
* Support for Nios II targets has been removed except in the readelf utility,
diff --git a/gas/NEWS b/gas/NEWS
index 6c5af12..dc09ef5 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,16 @@
-*- text -*-
+* For RISC-V, stop generating mapping symbols $x and replace with $x<isa>. The
+ $x was defined to have the same ISA as previous $x<isa>, but now is defined
+ to have the same ISA as elf architecture attribute. Once used .option arch
+ directives, the file need to be rebuilt since 2.45.
+
+* Add support for RISC-V standard extensions:
+ ssqosid v1.0.
+
+* Add support for RISC-V vendor extensions:
+ T-Head: xtheadvdot v1.0.
+
* Add support for the x86 Zhaoxin PadLock XMODX instructions.
Changes in 2.44: