diff options
author | Jan Beulich <jbeulich@suse.com> | 2023-04-20 11:26:10 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2023-04-20 11:26:10 +0200 |
commit | b6b746e6b81c69588d7ca07708b307bd7728b0ac (patch) | |
tree | dd85fea6b10847aefc775239f393f448765c6a81 /gas | |
parent | 99eca30b2c14898b2596bd5d84ec2228f6a38ad2 (diff) | |
download | gdb-b6b746e6b81c69588d7ca07708b307bd7728b0ac.zip gdb-b6b746e6b81c69588d7ca07708b307bd7728b0ac.tar.gz gdb-b6b746e6b81c69588d7ca07708b307bd7728b0ac.tar.bz2 |
x86: adjust an ILP32 testcase using .insn
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 <chigot@adacore.com>
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/i386/ilp32/x86-64-opcode.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/i386/ilp32/x86-64-opcode.d b/gas/testsuite/gas/i386/ilp32/x86-64-opcode.d index bd67122..3dc8304 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 |