diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-01-15 17:20:50 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-01-15 17:20:50 +0000 |
commit | 4ee521786f9f912f60c9e58409e3dc8713d60bbf (patch) | |
tree | ec3158483df765384df868ca1f77002611f8b7b6 /opcodes/ChangeLog | |
parent | 74f0fb5065323b33bef71dfcbbd9b595c88c6c0c (diff) | |
download | gdb-4ee521786f9f912f60c9e58409e3dc8713d60bbf.zip gdb-4ee521786f9f912f60c9e58409e3dc8713d60bbf.tar.gz gdb-4ee521786f9f912f60c9e58409e3dc8713d60bbf.tar.bz2 |
2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (Mx): New.
(PREFIX_0FC3): Likewise.
(PREFIX_0FC7_REG_6): Updated.
(dis386_twobyte): Use PREFIX_0FC3.
(prefix_table): Add PREFIX_0FC3. Use Mq on movntq and movntsd.
Use Mx on movntps, movntpd, movntdq and movntdqa. Use Md on
movntss.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8ca40ef..1eea458 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +2008-01-15 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (Mx): New. + (PREFIX_0FC3): Likewise. + (PREFIX_0FC7_REG_6): Updated. + (dis386_twobyte): Use PREFIX_0FC3. + (prefix_table): Add PREFIX_0FC3. Use Mq on movntq and movntsd. + Use Mx on movntps, movntpd, movntdq and movntdqa. Use Md on + movntss. + 2008-01-14 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (opcode_modifiers): Add IntelSyntax. |