diff options
author | Nelson Chu <nelson@rivosinc.com> | 2025-06-24 11:09:22 +0800 |
---|---|---|
committer | Nelson Chu <nelson@rivosinc.com> | 2025-06-24 18:15:23 +0800 |
commit | ec62621cfba13fd87d9e7a47840e575516859d7b (patch) | |
tree | 961fa6222ae883084e39690feb259f0c88c96b1d | |
parent | 1c391a084fe9382bdfcde9772ad921a5f668f65b (diff) | |
download | binutils-ec62621cfba13fd87d9e7a47840e575516859d7b.zip binutils-ec62621cfba13fd87d9e7a47840e575516859d7b.tar.gz binutils-ec62621cfba13fd87d9e7a47840e575516859d7b.tar.bz2 |
gas/NEWS: Updated for RISC-V
-rw-r--r-- | gas/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -8,11 +8,13 @@ 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 privileged version 1.13, Profiles. +* Add support for RISC-V privileged version 1.13, profiles 20/22/23, and + .bfloat16 directive. * Add support for RISC-V standard extensions: ssqosid v1.0, ssnpm v1.0, smnpm v1.0, smmpm v1.0, sspm v1.0, supm v1.0, - sha v1.0, zce v1.0, smcdeleg v1.0, ssccfg v1.0, svvptc v1.0. + sha v1.0, zce v1.0, smcdeleg v1.0, ssccfg v1.0, svvptc v1.0, zilsd v1.0, + zclsd v1.0, smrnmi v1.0 instruction. * Add support for RISC-V vendor extensions: T-Head: xtheadvdot v1.0. |