diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2022-08-24 13:19:11 -0700 |
---|---|---|
committer | Nelson Chu <nelson@rivosinc.com> | 2022-08-25 16:10:13 +0800 |
commit | 5a3ca6e319583a49310067a4b47d7b0dd080c2cd (patch) | |
tree | 82eada72c7f45e48a7ba26de4e7a8c1001c0ae5c | |
parent | 6b60a1ec10c3678b8ea6979f64200331e27b2a6d (diff) | |
download | gdb-5a3ca6e319583a49310067a4b47d7b0dd080c2cd.zip gdb-5a3ca6e319583a49310067a4b47d7b0dd080c2cd.tar.gz gdb-5a3ca6e319583a49310067a4b47d7b0dd080c2cd.tar.bz2 |
gas: NEWS: Add the RISC-V features for 2.39
-rw-r--r-- | gas/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ Changes in 2.39: * Remove (rudimentary) support for the x86-64 sub-architectures Intel L1OM and Intel K1OM. +* Add support for the RISC-V Zicbop, Zicbom, and Zicboz extensions, version + 1.0-fd39d01. + +* Add support for the RISC-V Zfh extension, version 1.0. + +* Add support for the Zhinx extension, version 1.0.0-rc. + +* Add support for the RISC-V H extension. + +* Add support for the RISC-V Zfhmin extension, version 1.0, and Zhinxmin + extension, version 1.0.0-rc. + Changes in 2.38: * Add support for AArch64 system registers that were missing in previous |