diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-04-16 21:35:24 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-04-16 21:35:24 +0000 |
commit | f07af43e36ba563e64297d71af3f702ee47ba665 (patch) | |
tree | 49a1e969a8c3ab16f86f9e3f4f43b04470fa047a /opcodes/ChangeLog | |
parent | f90824dcbc643d327b85e6db5f9cabba0a51aa85 (diff) | |
download | gdb-f07af43e36ba563e64297d71af3f702ee47ba665.zip gdb-f07af43e36ba563e64297d71af3f702ee47ba665.tar.gz gdb-f07af43e36ba563e64297d71af3f702ee47ba665.tar.bz2 |
Return bad_opcode on unknown bits in opcode.
2010-04-16 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (get_valid_dis386): Return bad_opcode on unknown
bits in opcode.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1e5b4de..b686fe0 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2010-04-16 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (get_valid_dis386): Return bad_opcode on unknown + bits in opcode. + 2010-04-09 Nick Clifton <nickc@redhat.com> * i386-dis.c (print_insn): Remove unused variable op. |