diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-01-13 04:03:20 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-01-13 04:03:20 +0000 |
commit | d869730db34eaf4a5c00b84e5d645fad3b912a1f (patch) | |
tree | 22b08896e1baf20829d1029cb7aaf52befba6e5c /opcodes/ChangeLog | |
parent | 20138696beff2774d82f6fa26ca65a16af3c3e58 (diff) | |
download | gdb-d869730db34eaf4a5c00b84e5d645fad3b912a1f.zip gdb-d869730db34eaf4a5c00b84e5d645fad3b912a1f.tar.gz gdb-d869730db34eaf4a5c00b84e5d645fad3b912a1f.tar.bz2 |
Remove rex_original
2010-01-12 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (rex_original): Removed.
(ckprefix): Remove rex_original.
(print_insn): Update comments.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index bd3de14..9c9334b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2010-01-12 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (rex_original): Removed. + (ckprefix): Remove rex_original. + (print_insn): Update comments. + 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * Makefile.in: Regenerate. |