gas: NEWS: Add the latest RISC-V extensions

Message ID 20230627144250.16818-1-palmer@rivosinc.com
State Unresolved
Headers
Series gas: NEWS: Add the latest RISC-V extensions |

Checks

Context Check Description
snail/binutils-gdb-check warning Git am fail log

Commit Message

Palmer Dabbelt June 27, 2023, 2:42 p.m. UTC
  gas/ChangeLog

	* NEWS: Support RISC-V Zicond and XVentanaCondOps.

Fixes: b625eff8a23 ("RISC-V: Support Zicond extension")
Fixes: 1656d3f8ef5 ("RISC-V: Support XVentanaCondOps extension")
---
 gas/NEWS | 4 ++++
 1 file changed, 4 insertions(+)
  

Patch

diff --git a/gas/NEWS b/gas/NEWS
index ea172fe9cdb..6f3671898f5 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -10,6 +10,10 @@ 
 
 * A new .insn directive is recognized by x86 gas.
 
+* Add support for the RISC-V Zicond extension, version 1.0-rc2.
+
+* Add support for the RISC-V XVentanaCondOps extension, version 1.0.0.
+
 Changes in 2.40:
 
 * Add support for Intel RAO-INT instructions.