From: Jan Beulich Date: Fri, 13 Mar 2020 08:57:10 +0000 (+0100) Subject: x86-64: correct mis-named X86_64_0D enumerator X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1673df3278637a911b55983a92e4d1f61816e57c;p=binutils-gdb.git x86-64: correct mis-named X86_64_0D enumerator This is for major opcode 0E, so name it accordingly. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 62a843a5483..3be58d5abc5 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2020-03-13 Jan Beulich + + * i386-dis.c (X86_64_0D): Rename to ... + (X86_64_0E): ... this. + 2020-03-09 H.J. Lu * Makefile.am ($(srcdir)/i386-init.h): Also pass -P to $(CPP). diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 9b2094467d3..4a59619da40 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -1741,7 +1741,7 @@ enum { X86_64_06 = 0, X86_64_07, - X86_64_0D, + X86_64_0E, X86_64_16, X86_64_17, X86_64_1E, @@ -2379,7 +2379,7 @@ static const struct dis386 dis386[] = { { "orS", { Gv, EvS }, 0 }, { "orB", { AL, Ib }, 0 }, { "orS", { eAX, Iv }, 0 }, - { X86_64_TABLE (X86_64_0D) }, + { X86_64_TABLE (X86_64_0E) }, { Bad_Opcode }, /* 0x0f extended opcode escape */ /* 10 */ { "adcB", { Ebh1, Gb }, 0 }, @@ -6815,7 +6815,7 @@ static const struct dis386 x86_64_table[][2] = { { "popP", { es }, 0 }, }, - /* X86_64_0D */ + /* X86_64_0E */ { { "pushP", { cs }, 0 }, },