From 5f40035fb87b3a98a5834e4fed1e7e9c1f7807e5 Mon Sep 17 00:00:00 2001 From: Nelson Chu Date: Fri, 5 Feb 2021 11:12:59 +0800 Subject: RISC-V: PR27348, Remove the obsolete OP_*CUSTOM_IMM. include/ PR 27348 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM. --- include/ChangeLog | 5 +++++ include/opcode/riscv.h | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/include/ChangeLog b/include/ChangeLog index bdde6ea..09a3ad9 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,6 +1,11 @@ 2021-02-05 Nelson Chu PR 27348 + * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM. + +2021-02-05 Nelson Chu + + PR 27348 * opcode/riscv-opc.h: Remove obsolete Xcustom support. 2021-01-27 Nick Alcock diff --git a/include/opcode/riscv.h b/include/opcode/riscv.h index ab8b717..5432e6c 100644 --- a/include/opcode/riscv.h +++ b/include/opcode/riscv.h @@ -223,8 +223,6 @@ static const char * const riscv_pred_succ[16] = #define OP_MASK_RL 0x1 #define OP_SH_RL 25 -#define OP_MASK_CUSTOM_IMM 0x7fU -#define OP_SH_CUSTOM_IMM 25 #define OP_MASK_CSR 0xfffU #define OP_SH_CSR 20 -- cgit v1.1