From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1386) id DA6373858D37; Thu, 20 Apr 2023 09:26:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA6373858D37 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jan Beulich To: bfd-cvs@sourceware.org Subject: [binutils-gdb] x86: adjust an ILP32 testcase using .insn X-Act-Checkin: binutils-gdb X-Git-Author: Jan Beulich X-Git-Refname: refs/heads/master X-Git-Oldrev: 99eca30b2c14898b2596bd5d84ec2228f6a38ad2 X-Git-Newrev: b6b746e6b81c69588d7ca07708b307bd7728b0ac Message-Id: <20230420092619.DA6373858D37@sourceware.org> Date: Thu, 20 Apr 2023 09:26:19 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2023 09:26:20 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Db6b746e6b81c= 69588d7ca07708b307bd7728b0ac commit b6b746e6b81c69588d7ca07708b307bd7728b0ac Author: Jan Beulich Date: Thu Apr 20 11:26:10 2023 +0200 x86: adjust an ILP32 testcase using .insn =20 In commit 6967633c8b49 ("x86: convert testcases to use .insn") an ILP32 clone of a testcase was missed in the set of tests needing --divide added. =20 Reported-by: Cl=C3=A9ment Chigot Diff: --- gas/testsuite/gas/i386/ilp32/x86-64-opcode.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/testsuite/gas/i386/ilp32/x86-64-opcode.d b/gas/testsuite/g= as/i386/ilp32/x86-64-opcode.d index bd67122cc18..3dc83047739 100644 --- a/gas/testsuite/gas/i386/ilp32/x86-64-opcode.d +++ b/gas/testsuite/gas/i386/ilp32/x86-64-opcode.d @@ -1,5 +1,5 @@ #source: ../x86-64-opcode.s -#as: -J +#as: -J --divide #objdump: -drw #name: x86-64 (ILP32) opcode #dump: ../x86-64-opcode.d