src/opcodes ChangeLog i386-dis.c
hjl@sourceware.org
hjl@sourceware.org
Sun Jan 24 18:24:00 GMT 2010
CVSROOT: /cvs/src
Module name: src
Changes by: hjl@sourceware.org 2010-01-24 18:24:23
Modified files:
opcodes : ChangeLog i386-dis.c
Log message:
Remove trailing "(bad)" entries and replace { "(bad)", { XX } }
with { 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 }.
(dis386_twobyte): Likewise.
(reg_table): Likewise.
(prefix_table): Likewise.
(x86_64_table): Likewise.
(vex_len_table): Likewise.
(vex_w_table): Likewise.
(mod_table): Likewise.
(rm_table): Likewise.
(float_reg): Likewise.
(reg_table): Remove trailing "(bad)" entries.
(prefix_table): Likewise.
(x86_64_table): Likewise.
(vex_len_table): Likewise.
(vex_w_table): Likewise.
(mod_table): Likewise.
(rm_table): Likewise.
(get_valid_dis386): Handle bytemode 0.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1553&r2=1.1554
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/i386-dis.c.diff?cvsroot=src&r1=1.232&r2=1.233
More information about the Binutils-cvs
mailing list