This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Remove MAX_BYTEMODE


I checked in this patch.


H.J.
---
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index f402497..8059700 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* i386-dis.c (MAX_BYTEMODE): Removed.
+
 2009-10-14  Tomas Hurka  <tom@hukatronic.cz>
 
 	PR 969
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index de0a8e8..0af8049 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -505,8 +505,6 @@ fetch_data (struct disassemble_info *info, bfd_byte *addr)
 #define z_mode_ax_reg		(rDI_reg + 1)
 #define indir_dx_reg		(z_mode_ax_reg + 1)
 
-#define MAX_BYTEMODE	indir_dx_reg
-
 
 #define FLOATCODE		1
 #define USE_REG_TABLE		(FLOATCODE + 1)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]