MIPS/GAS/testsuite: Fix `-modd-spreg'/`-mno-odd-spreg' test invocations
authorMaciej W. Rozycki <macro@orcam.me.uk>
Thu, 15 Jun 2023 03:45:03 +0000 (04:45 +0100)
committerMaciej W. Rozycki <macro@orcam.me.uk>
Thu, 15 Jun 2023 03:45:03 +0000 (04:45 +0100)
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.

gas/testsuite/gas/mips/mips.exp

index f0c9aa93634d160a4d72648340648e5e7d256295..91cf8b110773e58b30f924388ed6be113f1f76da 100644 (file)
@@ -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"