[committed 2/2] RISC-V: PR27348, Remove the obsolete OP_*CUSTOM_IMM.

Nelson Chu nelson.chu@sifive.com
Fri Feb 5 03:31:50 GMT 2021


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  <nelson.chu@sifive.com>
 
 	PR 27348
+	* opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
+
+2021-02-05  Nelson Chu  <nelson.chu@sifive.com>
+
+	PR 27348
 	* opcode/riscv-opc.h: Remove obsolete Xcustom support.
 
 2021-01-27  Nick Alcock  <nick.alcock@oracle.com>
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
 
-- 
2.7.4



More information about the Binutils mailing list