]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas/NEWS: Corrected the information about mapping symbol $x for risc-v
authorNelson Chu <nelson@rivosinc.com>
Mon, 14 Jul 2025 01:45:07 +0000 (09:45 +0800)
committerNelson Chu <nelson@rivosinc.com>
Mon, 14 Jul 2025 09:50:52 +0000 (17:50 +0800)
gas/NEWS

index 58380565d0a4543bd8f536b201f773f6d3c2e9ff..dcbeeec1bfca1535c2dd4f42eac4dc0e4c208ea2 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -26,8 +26,10 @@ Changes in 2.45:
 
 * 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.
+  to have the same ISA as elf architecture attribute.  Once both used .option
+  arch/rvc/norvc/push/pop directives (some code have different architectures
+  with file attribute) and data directives in text, then the file need to be
+  rebuilt since 2.45.
 
 * Add support for RISC-V privileged version 1.13, profiles 20/22/23, and
   .bfloat16 directive.