mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
RISC-V: PR27348, Remove the obsolete OP_*CUSTOM_IMM.
include/ PR 27348 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2021-02-05 Nelson Chu <nelson.chu@sifive.com>
|
||||||
|
|
||||||
|
PR 27348
|
||||||
|
* opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
|
||||||
|
|
||||||
2021-02-05 Nelson Chu <nelson.chu@sifive.com>
|
2021-02-05 Nelson Chu <nelson.chu@sifive.com>
|
||||||
|
|
||||||
PR 27348
|
PR 27348
|
||||||
|
@ -223,8 +223,6 @@ static const char * const riscv_pred_succ[16] =
|
|||||||
#define OP_MASK_RL 0x1
|
#define OP_MASK_RL 0x1
|
||||||
#define OP_SH_RL 25
|
#define OP_SH_RL 25
|
||||||
|
|
||||||
#define OP_MASK_CUSTOM_IMM 0x7fU
|
|
||||||
#define OP_SH_CUSTOM_IMM 25
|
|
||||||
#define OP_MASK_CSR 0xfffU
|
#define OP_MASK_CSR 0xfffU
|
||||||
#define OP_SH_CSR 20
|
#define OP_SH_CSR 20
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user