From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1256) id B80C23858C2F; Thu, 15 Jun 2023 03:49:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B80C23858C2F Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Maciej W. Rozycki To: bfd-cvs@sourceware.org Subject: [binutils-gdb] MIPS/GAS/testsuite: Fix `-modd-spreg'/`-mno-odd-spreg' test invocations X-Act-Checkin: binutils-gdb X-Git-Author: Maciej W. Rozycki X-Git-Refname: refs/heads/master X-Git-Oldrev: a0176d8d12161136bbdf73558d32407ac98c9753 X-Git-Newrev: 2b462da34de977f953a778afa0cb55e3286ece3d Message-Id: <20230615034928.B80C23858C2F@sourceware.org> Date: Thu, 15 Jun 2023 03:49:28 +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, 15 Jun 2023 03:49:28 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D2b462da34de9= 77f953a778afa0cb55e3286ece3d commit 2b462da34de977f953a778afa0cb55e3286ece3d Author: Maciej W. Rozycki Date: Thu Jun 15 04:45:03 2023 +0100 MIPS/GAS/testsuite: Fix `-modd-spreg'/`-mno-odd-spreg' test invocations =20 Reformat `-modd-spreg'/`-mno-odd-spreg' test invocations in mips.exp to fit in 79 columns =20 gas/ * testsuite/gas/mips/mips.exp: Reformat `-modd-spreg'/`-mno-odd-spreg' test invocations. Diff: --- gas/testsuite/gas/mips/mips.exp | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.= exp index f0c9aa93634..91cf8b11077 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -2077,15 +2077,18 @@ if { [istarget mips*-*-vxworks*] } { [mips_arch_list_matching mips2 !singlefloat] run_dump_test_arches "fpxx-oddfpreg" \ [mips_arch_list_matching oddspreg !allegrex] - run_dump_test_arches "odd-spreg" "-mfp32" [mips_arch_list_matching odd= spreg] + run_dump_test_arches "odd-spreg" "-mfp32" \ + [mips_arch_list_matching oddspreg] run_dump_test_arches "odd-spreg" "-mfpxx" \ [mips_arch_list_matching oddspreg !allegrex] - run_dump_test_arches "odd-spreg" "-mfp64" [mips_arch_list_matching mip= s32r2] - run_dump_test_arches "no-odd-spreg" "-mfp32" [mips_arch_list_matching = mips1 \ - !mips32r6] + run_dump_test_arches "odd-spreg" "-mfp64" \ + [mips_arch_list_matching mips32r2] + run_dump_test_arches "no-odd-spreg" "-mfp32" \ + [mips_arch_list_matching mips1 !mips32r6] run_dump_test_arches "no-odd-spreg" "-mfpxx" \ [mips_arch_list_matching mips2 !r5900 !allegrex] - run_dump_test_arches "no-odd-spreg" "-mfp64" [mips_arch_list_matching = mips32r2] + run_dump_test_arches "no-odd-spreg" "-mfp64" \ + [mips_arch_list_matching mips32r2] run_dump_test "module-check" run_list_test "module-check-warn" "-32"