From b6b746e6b81c69588d7ca07708b307bd7728b0ac Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 20 Apr 2023 11:26:10 +0200 Subject: [PATCH] x86: adjust an ILP32 testcase using .insn MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. Reported-by: Clément Chigot --- 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/gas/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 -- 2.30.2