[PATCH] RISC-V: Eliminate redundant instruction macro

Xiao Zeng zengxiao@eswincomputing.com
Mon Jan 6 01:14:34 GMT 2025


include/ChangeLog:

	* opcode/riscv.h: Eliminate redundant instruction macro M_j.

Signed-off-by: Xiao Zeng <zengxiao@eswincomputing.com>
---
 include/opcode/riscv.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/opcode/riscv.h b/include/opcode/riscv.h
index 384107fbc20..de4c13fb6db 100644
--- a/include/opcode/riscv.h
+++ b/include/opcode/riscv.h
@@ -643,7 +643,6 @@ enum
   M_FLx,
   M_Sx_FSx,
   M_CALL,
-  M_J,
   M_LI,
   M_EXTH,
   M_ZEXTW,
-- 
2.17.1



More information about the Binutils mailing list