diff options
author | Philipp Tomsich <philipp.tomsich@vrull.eu> | 2023-06-30 16:02:11 +0200 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@vrull.eu> | 2023-06-30 16:02:17 +0200 |
commit | e507570754867e3b74c01b55386067c30651c776 (patch) | |
tree | 2be8d75b4dfa95eec854b508211f9eb78a6f0b15 | |
parent | 1f3fc45bddc7147a2e59346a59290094137ef1e1 (diff) | |
download | gdb-e507570754867e3b74c01b55386067c30651c776.zip gdb-e507570754867e3b74c01b55386067c30651c776.tar.gz gdb-e507570754867e3b74c01b55386067c30651c776.tar.bz2 |
binutils: NEWS: announce new RISC-V extensions
We picked up support for a few new extensions over the last weeks
(this may need further updating prior to the next release), list them
in the NEWS file.
binutils/ChangeLog:
* binutils/NEWS: announce suuport for the new RISC-V
extensions (Zicond, Zfa, XVentanaCondOps).
Signed-off-by: Philipp Tomsich <philipp.tomsich@vrull.eu>
-rw-r--r-- | binutils/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 7084aad..2e8d51d 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -20,6 +20,13 @@ * Add command-line option, --strip-section-headers, to objcopy and strip to remove ELF section header from ELF file. +* The RISC-V port now supports the following new standard extensions: + - Zicond (conditional zero instructions) + - Zfa (additional floating-point instructions) + +* The RISC-V port now supports the following vendor-defined extensions: + - XVentanaCondOps + Changes in 2.40: * Objdump has a new command line option --show-all-symbols which will make it |