]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove duplicated RMAL.
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 2 Oct 2010 07:04:07 +0000 (07:04 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 2 Oct 2010 07:04:07 +0000 (07:04 +0000)
2010-10-02  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/12076
* i386-dis.c (RMAL): Remove duplicate.

opcodes/ChangeLog
opcodes/i386-dis.c

index 934247be4e3f2a24cf25bc271231ed889b2f9fef..5c964ed9c8178093d8c21910f09cee4382058354 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/12076
+       * i386-dis.c (RMAL): Remove duplicate.
+
 2010-09-30  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * s390-mkopc.c (main): Exit with error 1 if sscanf fails
index f83ac78cfb7dce47b537c00fd56de9222a7dfae4..f2def134cef8635bca73286cc7d3850e149e2f03 100644 (file)
@@ -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 }