mirror of
https://github.com/bminor/binutils-gdb.git
synced 2026-03-27 15:59:52 +00:00
RISC-V: Dump instruction without checking architecture support as usual.
Since QEMU have supported -Max option to to enable all normal extensions, the dis-assembler should also add an option, -M,max to do the same thing. For the instruction, which have overlapped encodings like zfinx, will not be considered by the -M,max option. opcodes/ * riscv-dis.c (all_ext): New static boolean. If set, disassemble without checking architectire string. (riscv_disassemble_insn): Likewise. (parse_riscv_dis_option_without_args): Recognized -M,max option. binutils/ * NEWS: Updated.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
-*- text -*-
|
||||
|
||||
* RISC-V disassembly now supports -M,max option like QEMU to dump instruction
|
||||
without checking architecture support as usual.
|
||||
|
||||
Changes in 2.43:
|
||||
|
||||
* The MIPS port now supports microMIPS MT Application Specific Extension
|
||||
|
||||
Reference in New Issue
Block a user