diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index a3632b74c..e82a4171b 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2002-05-22 Thiemo Seufer + + * mips.h: Add M_DROL, M_DROL_I, M_DROR, M_DROR_I macro cases. + 2002-05-17 Andrey Volkov * h8300.h: Corrected defs of all control regs diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 96c7a576e..06f5625c3 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -526,9 +526,13 @@ enum M_REM_3I, M_REMU_3, M_REMU_3I, + M_DROL, M_ROL, + M_DROL_I, M_ROL_I, + M_DROR, M_ROR, + M_DROR_I, M_ROR_I, M_S_DA, M_S_DOB,