diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-01-24 20:39:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-01-24 20:39:40 +0000 |
commit | 47cf8fa0432ada88fe13435adfa67fb02629a571 (patch) | |
tree | 39aea6dcd9c3027ff6469191bf11cc3bbd08405d /opcodes/ChangeLog | |
parent | 592d1631a488800664fb1ae3755616d0ae49791b (diff) | |
download | gdb-47cf8fa0432ada88fe13435adfa67fb02629a571.zip gdb-47cf8fa0432ada88fe13435adfa67fb02629a571.tar.gz gdb-47cf8fa0432ada88fe13435adfa67fb02629a571.tar.bz2 |
Remove trailing { Bad_Opcode }.
2010-01-24 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (prefix_table): Remove trailing { Bad_Opcode }.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 971e6cd..a3bcd69 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2010-01-24 H.J. Lu <hongjiu.lu@intel.com> + * i386-dis.c (prefix_table): Remove trailing { Bad_Opcode }. + +2010-01-24 H.J. Lu <hongjiu.lu@intel.com> + * i386-dis.c (Bad_Opcode): New. (bad_opcode): Likewise. (dis386): Replace { "(bad)", { XX } } with { Bad_Opcode }. |