From: Jan Beulich Date: Mon, 22 Jan 2024 07:52:30 +0000 (+0100) Subject: x86/APX: also amend the PUSH2/POP2 testcase X-Git-Tag: gdb-15-branchpoint~1189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6498d4829c838423801331c6c0ec53f6b083addc;p=thirdparty%2Fbinutils-gdb.git x86/APX: also amend the PUSH2/POP2 testcase Commit f530d5f1bab6 ("Update x86/APX: VROUND{P,S}{S,D} can generally be encoded") took care of only half of the remaining issue. Add #pass here as well. --- diff --git a/gas/testsuite/gas/i386/x86-64-apx-push2pop2-intel.d b/gas/testsuite/gas/i386/x86-64-apx-push2pop2-intel.d index 46b21219582..728429e8820 100644 --- a/gas/testsuite/gas/i386/x86-64-apx-push2pop2-intel.d +++ b/gas/testsuite/gas/i386/x86-64-apx-push2pop2-intel.d @@ -40,3 +40,4 @@ Disassembly of section \.text: \s*[a-f0-9]+:\s*62 d4 f4 10 8f c0\s+pop2p\s+r17,r8 \s*[a-f0-9]+:\s*62 dc b4 18 8f c7\s+pop2p\s+r9,r31 \s*[a-f0-9]+:\s*62 dc 84 10 8f c0\s+pop2p\s+r31,r24 +#pass diff --git a/gas/testsuite/gas/i386/x86-64-apx-push2pop2.d b/gas/testsuite/gas/i386/x86-64-apx-push2pop2.d index 54f22a7f94e..cc9c2221c2e 100644 --- a/gas/testsuite/gas/i386/x86-64-apx-push2pop2.d +++ b/gas/testsuite/gas/i386/x86-64-apx-push2pop2.d @@ -40,3 +40,4 @@ Disassembly of section \.text: \s*[a-f0-9]+:\s*62 d4 f4 10 8f c0\s+pop2p\s+%r8,%r17 \s*[a-f0-9]+:\s*62 dc b4 18 8f c7\s+pop2p\s+%r31,%r9 \s*[a-f0-9]+:\s*62 dc 84 10 8f c0\s+pop2p\s+%r24,%r31 +#pass