[binutils-gdb] MIPS/GAS/testsuite: Run the MT ASE test across architectures

Maciej W. Rozycki macro@sourceware.org
Fri Jul 19 18:06:02 GMT 2024


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

commit ad781af697dfb261a22c25bb426597184463e66f
Author: Maciej W. Rozycki <macro@redhat.com>
Date:   Fri Jul 19 19:01:53 2024 +0100

    MIPS/GAS/testsuite: Run the MT ASE test across architectures
    
    Verify that MT ASE instructions assemble and disassemble correctly
    across the compatible architectures.

Diff:
---
 gas/testsuite/gas/mips/mips.exp    | 3 ++-
 gas/testsuite/gas/mips/mips32-mt.d | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp
index b9580bd64f1..108f6db30ff 100644
--- a/gas/testsuite/gas/mips/mips.exp
+++ b/gas/testsuite/gas/mips/mips.exp
@@ -1492,7 +1492,8 @@ if { [istarget mips*-*-vxworks*] } {
 					    !octeon]
     run_dump_test_arches "mips32-dspr3"	[mips_arch_list_matching mips32r6]
     run_dump_test "mips64-dsp"
-    run_dump_test "mips32-mt"
+    run_dump_test_arches "mips32-mt"	[mips_arch_list_matching mips32r2 \
+						!octeon !micromips]
 
     run_dump_test_arches "save" [lsort -dictionary -unique [concat \
 				[mips_arch_list_matching mips16e-32] \
diff --git a/gas/testsuite/gas/mips/mips32-mt.d b/gas/testsuite/gas/mips/mips32-mt.d
index 80e11f1b229..ec0187921b7 100644
--- a/gas/testsuite/gas/mips/mips32-mt.d
+++ b/gas/testsuite/gas/mips/mips32-mt.d
@@ -1,6 +1,6 @@
 #objdump: -dr --prefix-addresses --show-raw-insn -M cp0-names=mips32
 #name: MIPS MT ASE for MIPS32
-#as: -mmt -mips32r2 -32
+#as: -mmt -32
 
 # Check MIPS MT ASE for MIPS32 Instruction Assembly


More information about the Binutils-cvs mailing list