From: H.J. Lu Date: Sun, 24 Jan 2010 20:39:40 +0000 (+0000) Subject: Remove trailing { Bad_Opcode }. X-Git-Tag: sid-snapshot-20100201~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47cf8fa0432ada88fe13435adfa67fb02629a571;p=external%2Fbinutils.git Remove trailing { Bad_Opcode }. 2010-01-24 H.J. Lu * i386-dis.c (prefix_table): Remove trailing { Bad_Opcode }. --- 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 + * i386-dis.c (prefix_table): Remove trailing { Bad_Opcode }. + +2010-01-24 H.J. Lu + * i386-dis.c (Bad_Opcode): New. (bad_opcode): Likewise. (dis386): Replace { "(bad)", { XX } } with { Bad_Opcode }. diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index df012e4..b8e65c3 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -5260,7 +5260,6 @@ static const struct dis386 prefix_table[][4] = { { Bad_Opcode }, { Bad_Opcode }, { VEX_LEN_TABLE (VEX_LEN_3ADF_P_2) }, - { Bad_Opcode }, }, };