[binutils-gdb] RISC-V: Eliminate redundant instruction macro

Nelson Chu nelsonc1225@sourceware.org
Mon Jan 6 03:28:07 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a61beb42b0a12a8495755f95f9f4b97d7652b589

commit a61beb42b0a12a8495755f95f9f4b97d7652b589
Author: Xiao Zeng <zengxiao@eswincomputing.com>
Date:   Mon Jan 6 09:14:34 2025 +0800

    RISC-V: Eliminate redundant instruction macro
    
    include/ChangeLog:
    
            * opcode/riscv.h: Eliminate redundant instruction macro M_j.
    
    Signed-off-by: Xiao Zeng <zengxiao@eswincomputing.com>

Diff:
---
 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,


More information about the Binutils-cvs mailing list