]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
RISC-V: PR27348, Remove the obsolete OP_*CUSTOM_IMM.
authorNelson Chu <nelson.chu@sifive.com>
Fri, 5 Feb 2021 03:12:59 +0000 (11:12 +0800)
committerNelson Chu <nelson.chu@sifive.com>
Fri, 5 Feb 2021 03:16:45 +0000 (11:16 +0800)
include/
    PR 27348
    * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.

include/ChangeLog
include/opcode/riscv.h

index bdde6ea5020801361205002389cefd6c30dd13ca..09a3ad960ea82a7200b77e48e1132c6ce39307a9 100644 (file)
@@ -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>
 
        PR 27348
index ab8b717bf10ac46b633f55633eb6dc99337546cb..5432e6ceafe481eb1142344781979aab5798b3d5 100644 (file)
@@ -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