diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 934247be4e..5c964ed9c8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2010-10-02 H.J. Lu + + PR binutils/12076 + * i386-dis.c (RMAL): Remove duplicate. + 2010-09-30 Pierre Muller * s390-mkopc.c (main): Exit with error 1 if sscanf fails diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index f83ac78cfb..f2def134ce 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -282,7 +282,6 @@ fetch_data (struct disassemble_info *info, bfd_byte *addr) #define RMrSI { OP_REG, rSI_reg } #define RMrDI { OP_REG, rDI_reg } #define RMAL { OP_REG, al_reg } -#define RMAL { OP_REG, al_reg } #define RMCL { OP_REG, cl_reg } #define RMDL { OP_REG, dl_reg } #define RMBL { OP_REG, bl_reg }