From: H.J. Lu Date: Mon, 1 Oct 2007 22:23:20 +0000 (+0000) Subject: 2007-10-01 H.J. Lu X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=795219304269e93131321f0d89b216c030c3fd92;p=pf3gnuchains%2Fpf3gnuchains3x.git 2007-10-01 H.J. Lu * i386-dis.c (THREE_BYTE_0FBA): Renamed to ... (THREE_BYTE_0F7B): This. (dis386_twobyte): Updated. (three_byte_table): Updated comments. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4bf8849ae3..30b29adeb3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2007-10-01 H.J. Lu + + * i386-dis.c (THREE_BYTE_0FBA): Renamed to ... + (THREE_BYTE_0F7B): This. + (dis386_twobyte): Updated. + (three_byte_table): Updated comments. + 2007-10-01 M R Swami Reddy * cr16-opc.c: Updated the branch on condition instructions with diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 74d8a27b80..968c0a2086 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -670,7 +670,7 @@ fetch_data (struct disassemble_info *info, bfd_byte *addr) #define THREE_BYTE_0F38 (THREE_BYTE_0F25 + 1) #define THREE_BYTE_0F3A (THREE_BYTE_0F38 + 1) #define THREE_BYTE_0F7A (THREE_BYTE_0F3A + 1) -#define THREE_BYTE_0FBA (THREE_BYTE_0F7A + 1) +#define THREE_BYTE_0F7B (THREE_BYTE_0F7A + 1) typedef void (*op_rtn) (int bytemode, int sizeflag); @@ -1152,7 +1152,7 @@ static const struct dis386 dis386_twobyte[] = { { PREFIX_TABLE (PREFIX_0F78) }, { PREFIX_TABLE (PREFIX_0F79) }, { THREE_BYTE_TABLE (THREE_BYTE_0F7A) }, - { THREE_BYTE_TABLE (THREE_BYTE_0FBA) }, + { THREE_BYTE_TABLE (THREE_BYTE_0F7B) }, { PREFIX_TABLE (PREFIX_0F7C) }, { PREFIX_TABLE (PREFIX_0F7D) }, { PREFIX_TABLE (PREFIX_0F7E) }, @@ -3897,7 +3897,7 @@ static const struct dis386 three_byte_table[][256] = { { "(bad)", { XX } }, { "(bad)", { XX } }, }, - /* THREE_BYTE_SSE5_0F7A */ + /* THREE_BYTE_0F7A */ { /* 00 */ { "(bad)", { XX } }, @@ -4188,7 +4188,7 @@ static const struct dis386 three_byte_table[][256] = { { "(bad)", { XX } }, { "(bad)", { XX } }, }, - /* THREE_BYTE_SSE5_0F7B */ + /* THREE_BYTE_0F7B */ { /* 00 */ { "(bad)", { XX } },