From: Xiao Zeng Date: Mon, 6 Jan 2025 01:14:34 +0000 (+0800) Subject: RISC-V: Eliminate redundant instruction macro X-Git-Tag: binutils-2_44~260 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a61beb42b0a12a8495755f95f9f4b97d7652b589;p=thirdparty%2Fbinutils-gdb.git RISC-V: Eliminate redundant instruction macro include/ChangeLog: * opcode/riscv.h: Eliminate redundant instruction macro M_j. Signed-off-by: Xiao Zeng --- 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,