public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: Maciej W. Rozycki <macro@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] MIPS/GAS/testsuite: Fix `-modd-spreg'/`-mno-odd-spreg' test invocations
Date: Thu, 15 Jun 2023 03:49:28 +0000 (GMT)	[thread overview]
Message-ID: <20230615034928.B80C23858C2F@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2b462da34de977f953a778afa0cb55e3286ece3d

commit 2b462da34de977f953a778afa0cb55e3286ece3d
Author: Maciej W. Rozycki <macro@orcam.me.uk>
Date:   Thu Jun 15 04:45:03 2023 +0100

    MIPS/GAS/testsuite: Fix `-modd-spreg'/`-mno-odd-spreg' test invocations
    
    Reformat `-modd-spreg'/`-mno-odd-spreg' test invocations in mips.exp to
    fit in 79 columns
    
            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 oddspreg]
+    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 mips32r2]
-    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"

                 reply	other threads:[~2023-06-15  3:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230615034928.B80C23858C2F@sourceware.org \
    --to=macro@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).