]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - include/ChangeLog
RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions.
authorNelson Chu <nelson.chu@sifive.com>
Thu, 4 Feb 2021 08:15:03 +0000 (16:15 +0800)
committerNelson Chu <nelson.chu@sifive.com>
Thu, 4 Feb 2021 08:52:13 +0000 (16:52 +0800)
commit24075dcc8592db6e17dd18ee4fd8961635691bf6
treea9f384739e4e344444c4fe1593b71fba7e680154
parent7d409ac001cce916661d345bff01ed589991e762
RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions.

bfd/
    * elfxx-riscv.c (riscv_parse_prefixed_ext): Removed zb*.
gas/
    * config/tc-riscv.c (riscv_multi_subset_supports): Removed
    INSN_CLASS_ZB*.
    * testsuite/gas/riscv/bitmanip-insns-32.d: Removed.
    * testsuite/gas/riscv/bitmanip-insns-64.d: Removed.
    * testsuite/gas/riscv/bitmanip-insns.s: Removed.
include/
    * opcode/riscv-opc.h: Removed macros for zb* extensions.
    * opcode/riscv.h (riscv_insn_class): Removed INSN_CLASS_ZB*.
opcodes/
    * riscv-opc.c (MASK_RVB_IMM): Removed.
    (riscv_opcodes): Removed zb* instructions.
    (riscv_ext_version_table): Removed versions for zb*.
12 files changed:
bfd/ChangeLog
bfd/elfxx-riscv.c
gas/ChangeLog
gas/config/tc-riscv.c
gas/testsuite/gas/riscv/bitmanip-insns-32.d [deleted file]
gas/testsuite/gas/riscv/bitmanip-insns-64.d [deleted file]
gas/testsuite/gas/riscv/bitmanip-insns.s [deleted file]
include/ChangeLog
include/opcode/riscv-opc.h
include/opcode/riscv.h
opcodes/ChangeLog
opcodes/riscv-opc.c