From: Jan Beulich Date: Thu, 8 Dec 2005 11:28:11 +0000 (+0000) Subject: opcodes/ X-Git-Tag: gdb-csl-20060226-branchpoint~581 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=422673a90ba05bd6ddff2c7d8c6a5689f1757206;p=external%2Fbinutils.git opcodes/ 2005-12-08 Jan Beulich * i386-dis.c (OP_ST): Remove prefix in Intel mode. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 25cf001..6b2961e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2005-12-08 Jan Beulich + + * i386-dis.c (OP_ST): Remove prefix in Intel mode. + 2005-12-08 Daniel Jacobowitz * i386-dis.c (dofloat): Handle %rip-relative floating point addressing. diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index de70fab..32293a8 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -2725,7 +2725,7 @@ dofloat (int sizeflag) static void OP_ST (int bytemode ATTRIBUTE_UNUSED, int sizeflag ATTRIBUTE_UNUSED) { - oappend ("%st"); + oappend ("%st" + intel_syntax); } static void