This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed 2/4] MIPS/GAS/testsuite: Convert `mips16e-save-err' list test to a dump test


	gas/
	* testsuite/gas/mips/mips16e-save-err.d: New test.
	* gas/testsuite/gas/mips/mips.exp: Fold `mips16e-save-err' list 
	test into the new test.
---
binutils-mips16-gas-test-save-restore-err-dump.diff
Index: binutils/gas/testsuite/gas/mips/mips.exp
===================================================================
--- binutils.orig/gas/testsuite/gas/mips/mips.exp	2017-06-19 22:54:46.200301669 +0100
+++ binutils/gas/testsuite/gas/mips/mips.exp	2017-06-19 23:58:59.210339064 +0100
@@ -1384,7 +1384,7 @@ if { [istarget mips*-*-vxworks*] } {
 
     run_dump_test "mips16e-jrc"
     run_dump_test "mips16e-save"
-    run_list_test "mips16e-save-err" "-march=mips32 -32"
+    run_dump_test "mips16e-save-err"
     run_dump_test "mips16e2-lui"
 
     run_dump_test "mips16-intermix"
Index: binutils/gas/testsuite/gas/mips/mips16e-save-err.d
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ binutils/gas/testsuite/gas/mips/mips16e-save-err.d	2017-06-19 23:58:59.182816585 +0100
@@ -0,0 +1,3 @@
+#name: MIPS16e SAVE/RESTORE errors
+#as: -march=mips32 -32
+#error-output: mips16e-save-err.l


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]