aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorKuan-Lin Chen <kuanlinchentw@gmail.com>2021-02-24 13:26:29 +0800
committerKuan-Lin Chen <kuanlinchentw@gmail.com>2021-03-16 14:38:19 +0800
commit80d49d6a1b865c84a8596da465db285cbbdfd1bb (patch)
treefaeb0b0ec9e25aa82aa833e359b9af812f9aac50 /include/ChangeLog
parent4ef6d2f424e07d3d4e15330c017d0adbefe59bda (diff)
downloadgdb-80d49d6a1b865c84a8596da465db285cbbdfd1bb.zip
gdb-80d49d6a1b865c84a8596da465db285cbbdfd1bb.tar.gz
gdb-80d49d6a1b865c84a8596da465db285cbbdfd1bb.tar.bz2
RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructions
bfd/ * elfxx-riscv.c (riscv_std_z_ext_strtab): Add zba, zbb and zbc. gas/ * config/tc-riscv.c (ext_version_table): Add b, zba, zbb and zbc. (riscv_multi_subset_supports): Add INSN_CLASS_ZB*. * testsuite/gas/riscv/b-ext-64.s: Bitmanip test case. * testsuite/gas/riscv/b-ext-64.d: Likewise. * testsuite/gas/riscv/b-ext.s: Likewise. * testsuite/gas/riscv/b-ext.d: Likewise. include/ * opcode/riscv-opc.h: Support zba, zbb and zbc extensions. * opcode/riscv.h (riscv_insn_class): Add INSN_CLASS_ZB*. opcodes/ * riscv-opc.c (riscv_opcodes): Add zba, zbb and zbc instructions.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index b1f7e63..9712268 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
+
+ * opcode/riscv-opc.h: Support zba, zbb and zbc extensions.
+ * opcode/riscv.h (riscv_insn_class): Add INSN_CLASS_ZB*.
+
2021-03-12 Frederic Cambus <fred@statdns.com>
* elf/common.h (NT_NETBSD_PAX, NT_NETBSD_PAX_MPROTECT)