This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
PATCH: Replace Eb with Mb on prefetch and prefetchw
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: binutils at sourceware dot org
- Date: Tue, 17 Aug 2010 13:38:39 -0700
- Subject: PATCH: Replace Eb with Mb on prefetch and prefetchw
- Reply-to: "H.J. Lu" <hjl dot tools at gmail dot com>
Hi,
I checked in this patch to make prefetch/prefetchw consistent with
other prefetchXX.
H.J.
----
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index a5dc6b7..aa779f4 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-17 H.J. Lu <hongjiu.lu@intel.com>
+
+ * i386-dis.c (reg_table): Replace Eb with Mb on prefetch and
+ prefetchw.
+
2010-08-06 Quentin Neill <quentin.neill@amd.com>
* i386-gen.c (cpu_flag_init): Define CpuNop extension flag, add
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 5b0cb74..2ee8e57 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -2622,8 +2622,8 @@ static const struct dis386 reg_table[][8] = {
},
/* REG_0F0D */
{
- { "prefetch", { Eb } },
- { "prefetchw", { Eb } },
+ { "prefetch", { Mb } },
+ { "prefetchw", { Mb } },
},
/* REG_0F18 */
{