public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] MIPS/GAS/testsuite: Fix `-modd-spreg'/`-mno-odd-spreg' test invocations
@ 2023-06-15  3:49 Maciej W. Rozycki
  0 siblings, 0 replies; only message in thread
From: Maciej W. Rozycki @ 2023-06-15  3:49 UTC (permalink / raw)
  To: bfd-cvs

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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-15  3:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-15  3:49 [binutils-gdb] MIPS/GAS/testsuite: Fix `-modd-spreg'/`-mno-odd-spreg' test invocations Maciej W. Rozycki

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).