diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-12-31 16:17:43 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-12-31 16:17:43 +0000 |
commit | 4ae6d70300700f5ed376463d059d422712225211 (patch) | |
tree | 9897af5c50987650662ba60f789c609e5f0b8354 /opcodes/ChangeLog | |
parent | 14f13750ffdedf01af86730acf7a2ca47d9155eb (diff) | |
download | gdb-4ae6d70300700f5ed376463d059d422712225211.zip gdb-4ae6d70300700f5ed376463d059d422712225211.tar.gz gdb-4ae6d70300700f5ed376463d059d422712225211.tar.bz2 |
Fix a typo in ChangeLog.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2ccdb0c..50cd4bd 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,9 +1,9 @@ 2007-12-31 H.J. Lu <hongjiu.lu@intel.com> - * 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 <hongjiu.lu@intel.com> |