]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas/NEWS: Updated risc-v assembler support in 2.44.
authorNelson Chu <nelson@rivosinc.com>
Fri, 17 Jan 2025 04:20:30 +0000 (12:20 +0800)
committerNelson Chu <nelson@rivosinc.com>
Fri, 17 Jan 2025 04:34:56 +0000 (12:34 +0800)
gas/NEWS

index 6192c208a5e7d213e75cf6225ccacb02cd80392b..57a42fc5cca6e15603f696f95d3d6ae53956cec7 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
 
 * On x86 emulation support (for secondary targets) was dropped.
 
-* Add support for RISC-V Zcmp (cm.mva01s, cm.mvsa01), Smrnmi, S[sm]dbltrp,
-  CORE-V (xcvbitmanip, xcvsimd) extensions with version 1.0 and more SiFive
-  extensions (xsfvqmaccdod, xsfvqmaccqoq and xsfvfnrclipxfqf).
+* Add support for RISC-V standard extensions,
+  Zicfiss v1.0, Zicfilp v1.0, Zcmp v1.0 (cm.mva01s and cm.mvsa01 instructions),
+  Zcmt v1.0, Smrnmi v1.0, S[sm]dbltrp v1.0 and S[sm]ctr v1.0 (replaced the
+  dropped sfence.vm encoding since privileged spec v1.10).
+
+* Add support for RISC-V vendor extensions,
+  CORE-V, xcvbitmanip v1.0 and xcvsimd v1.0.
+  SiFive, xsfvqmaccdod v1.0, xsfvqmaccqoqv1.0 and xsfvfnrclipxfqf v1.0.
 
 Changes in 2.43: