From: H.J. Lu Date: Tue, 17 Aug 2010 20:37:26 +0000 (+0000) Subject: Replace Eb with Mb on prefetch and prefetchw. X-Git-Tag: sid-snapshot-20100901~174 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ab03f4b2687370c1934f2889548e67db60f0b3b;p=external%2Fbinutils.git Replace Eb with Mb on prefetch and prefetchw. 2010-08-17 H.J. Lu * i386-dis.c (reg_table): Replace Eb with Mb on prefetch and prefetchw. --- 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 + + * i386-dis.c (reg_table): Replace Eb with Mb on prefetch and + prefetchw. + 2010-08-06 Quentin Neill * 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 */ {