]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas/NEW: Updated news related to mapping symbol and extensions for risc-v
authorNelson Chu <nelson@rivosinc.com>
Tue, 18 Mar 2025 05:36:38 +0000 (13:36 +0800)
committerNelson Chu <nelson@rivosinc.com>
Tue, 18 Mar 2025 05:42:02 +0000 (13:42 +0800)
binutils/NEWS
gas/NEWS

index d647fa6d9c9112b455c6ae76cf63393d5ee662a5..a4599d91ad9a8299ab29e61099b062e24106bf0d 100644 (file)
@@ -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,
index 6c5af12178f829b16d58aa1c57a00e62531ae8ff..dc09ef57dfa91b25b4aad66fae8d72ce8d00ccbe 100644 (file)
--- 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: