From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kwanyin.sergiodj.net (kwanyin.sergiodj.net [158.69.185.54]) by sourceware.org (Postfix) with ESMTPS id 01AE539AA806 for ; Wed, 17 Jun 2020 19:51:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 01AE539AA806 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] x86: Delete incorrect vmgexit entry in prefix_table From: gdb-buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <6fde587ff78a54b9e3bd70259de60cc5d7d8ced7@gdb-build> Date: Wed, 17 Jun 2020 15:51:15 -0400 X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-testers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-testers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2020 19:51:18 -0000 *** TEST RESULTS FOR COMMIT 6fde587ff78a54b9e3bd70259de60cc5d7d8ced7 *** commit 6fde587ff78a54b9e3bd70259de60cc5d7d8ced7 Author: Cui,Lili AuthorDate: Tue Jun 16 07:11:31 2020 -0700 Commit: H.J. Lu CommitDate: Wed Jun 17 07:01:06 2020 -0700 x86: Delete incorrect vmgexit entry in prefix_table * i386-dis.c (prefix_table): Delete the incorrect vmgexit. diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a6adf7126d..f604f6e3f7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2020-06-17 Lili Cui + + * i386-dis.c (prefix_table): Delete the incorrect vmgexit. + 2020-06-14 H.J. Lu PR gas/26115 diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 441866d6c9..6ac1d7416a 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -3576,8 +3576,6 @@ static const struct dis386 prefix_table[][4] = { { { "vmmcall", { Skip_MODRM }, 0 }, { "vmgexit", { Skip_MODRM }, 0 }, - { Bad_Opcode }, - { "vmgexit", { Skip_MODRM }, 0 }, }, /* PREFIX_0F01_REG_5_MOD_0 */