diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-11-10 02:13:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-11-10 02:13:40 +0000 |
commit | eec0f4ca4c0c5a5e00e23b9930bd477142b5478a (patch) | |
tree | 061b3a8c5524f59eb414bf71452e7c6b283836d7 /opcodes/ChangeLog | |
parent | 9ef8fd3cb0197d1fefc91c19e1f408bcb730fa1a (diff) | |
download | fsf-binutils-gdb-eec0f4ca4c0c5a5e00e23b9930bd477142b5478a.zip fsf-binutils-gdb-eec0f4ca4c0c5a5e00e23b9930bd477142b5478a.tar.gz fsf-binutils-gdb-eec0f4ca4c0c5a5e00e23b9930bd477142b5478a.tar.bz2 |
2006-11-09 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (twobyte_uses_SSE_prefix): Renamed to ...
(twobyte_uses_DATA_prefix): This.
(twobyte_uses_REPNZ_prefix): New.
(twobyte_uses_REPZ_prefix): Likewise.
(threebyte_0x38_uses_DATA_prefix): Likewise.
(threebyte_0x38_uses_REPNZ_prefix): Likewise.
(threebyte_0x38_uses_REPZ_prefix): Likewise.
(threebyte_0x3a_uses_DATA_prefix): Likewise.
(threebyte_0x3a_uses_REPNZ_prefix): Likewise.
(threebyte_0x3a_uses_REPZ_prefix): Likewise.
(print_insn): Updated checking usages of DATA/REPNZ/REPZ
prefixes.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1322bf7..6499aea 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,18 @@ +2006-11-09 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (twobyte_uses_SSE_prefix): Renamed to ... + (twobyte_uses_DATA_prefix): This. + (twobyte_uses_REPNZ_prefix): New. + (twobyte_uses_REPZ_prefix): Likewise. + (threebyte_0x38_uses_DATA_prefix): Likewise. + (threebyte_0x38_uses_REPNZ_prefix): Likewise. + (threebyte_0x38_uses_REPZ_prefix): Likewise. + (threebyte_0x3a_uses_DATA_prefix): Likewise. + (threebyte_0x3a_uses_REPNZ_prefix): Likewise. + (threebyte_0x3a_uses_REPZ_prefix): Likewise. + (print_insn): Updated checking usages of DATA/REPNZ/REPZ + prefixes. + 2006-11-06 Troy Rollo <troy@corvu.com.au> * ppc-opc.c: Restore COM to mfcr wrongly removed 2003-07-04. |