From: H.J. Lu Date: Mon, 31 Dec 2007 16:17:43 +0000 (+0000) Subject: Fix a typo in ChangeLog. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4ae6d70300700f5ed376463d059d422712225211;p=deliverable%2Fbinutils-gdb.git Fix a typo in ChangeLog. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2ccdb0c5e2..50cd4bdf0b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,9 +1,9 @@ 2007-12-31 H.J. Lu - * i386-dis.c (prefix_table): Use "%LQ" on cvtpi2ps/cvtsi2sd. + * i386-dis.c (prefix_table): Use "%LQ" on cvtsi2ss/cvtsi2sd. (putop): Handle '%' and "LQ". - * i386-opc.tbl: Remove IgnoreSize from cvtpi2ps/cvtsi2sd. + * i386-opc.tbl: Remove IgnoreSize from cvtsi2ss/cvtsi2sd. * i386-tbl.h: Regenerated. 2007-12-28 H.J. Lu