diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-08-29 17:12:47 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-08-29 17:12:47 +0000 |
commit | c25c34f8fb8d9327c836fe841370338000306e58 (patch) | |
tree | 89c3c6516a67388dafe16a203fae531a0de26399 /opcodes/ChangeLog | |
parent | b844680a9c739f2920e3911ad35b2779a38be8cb (diff) | |
download | gdb-c25c34f8fb8d9327c836fe841370338000306e58.zip gdb-c25c34f8fb8d9327c836fe841370338000306e58.tar.gz gdb-c25c34f8fb8d9327c836fe841370338000306e58.tar.bz2 |
2007-08-29 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (prefix_user_table): Fix comment.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d6aca59..ebf3433 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2007-08-29 H.J. Lu <hongjiu.lu@intel.com> + * i386-dis.c (prefix_user_table): Fix comment. + +2007-08-29 H.J. Lu <hongjiu.lu@intel.com> + * i386-dis.c (OP_Skip_MODRM): New. (OP_Monitor): Likewise. (OP_Mwait): Likewise. @@ -33,7 +37,7 @@ (threebyte_0x3a_uses_REPNZ_prefix): Likewise. (threebyte_0x3a_uses_REPZ_prefix): Likewise. (grps): Use OPC_EXT_0...OPC_EXT_24. - (prefix_user_table): Use PREGRP98. + (prefix_user_table): Add PREGRP98...PREGRP100. (print_insn): Remove uses_DATA_prefix, uses_LOCK_prefix, uses_REPNZ_prefix and uses_REPZ_prefix. Initialize repz_prefix, repnz_prefix, lock_prefix, addr_prefix and |