]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE tests
authorMaciej W. Rozycki <macro@imgtec.com>
Tue, 27 Jun 2017 03:23:54 +0000 (04:23 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Tue, 27 Jun 2017 03:23:54 +0000 (04:23 +0100)
In preparation to running these tests against regular MIPS instructions.

gas/
* testsuite/gas/mips/mips16e-save.d: Rename to...
* testsuite/gas/mips/save.d: ... this.
* testsuite/gas/mips/mips16e-save-err.d: Update the
`error-output' option and rename to...
* testsuite/gas/mips/save-err.d: ... this.
* testsuite/gas/mips/mips16e-save-err.l: Rename to...
* testsuite/gas/mips/save-err.l: ... this.
* testsuite/gas/mips/mips16e-save.s: Rename to...
* testsuite/gas/mips/save.s: ... this.
* testsuite/gas/mips/mips16e-save-err.s: Rename to...
* testsuite/gas/mips/save-err.s: ... this.
* testsuite/gas/mips/mips.exp: Rename `mips16e-save' and
`mips16e-save-err' invocations to `save' and `save-err'
respectively and reorder these tests away from MIPS16 tests.

gas/ChangeLog
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/save-err.d [moved from gas/testsuite/gas/mips/mips16e-save-err.d with 56% similarity]
gas/testsuite/gas/mips/save-err.l [moved from gas/testsuite/gas/mips/mips16e-save-err.l with 100% similarity]
gas/testsuite/gas/mips/save-err.s [moved from gas/testsuite/gas/mips/mips16e-save-err.s with 100% similarity]
gas/testsuite/gas/mips/save.d [moved from gas/testsuite/gas/mips/mips16e-save.d with 100% similarity]
gas/testsuite/gas/mips/save.s [moved from gas/testsuite/gas/mips/mips16e-save.s with 100% similarity]

index 37d45b8abb9c48c7f85749452ad645ee8478f272..6a3437b6a1a0f1ffca1a9231c6365f4a2d639213 100644 (file)
@@ -1,3 +1,20 @@
+2017-06-27  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * testsuite/gas/mips/mips16e-save.d: Rename to...
+       * testsuite/gas/mips/save.d: ... this.
+       * testsuite/gas/mips/mips16e-save-err.d: Update the
+       `error-output' option and rename to...
+       * testsuite/gas/mips/save-err.d: ... this.
+       * testsuite/gas/mips/mips16e-save-err.l: Rename to...
+       * testsuite/gas/mips/save-err.l: ... this.
+       * testsuite/gas/mips/mips16e-save.s: Rename to...
+       * testsuite/gas/mips/save.s: ... this.
+       * testsuite/gas/mips/mips16e-save-err.s: Rename to...
+       * testsuite/gas/mips/save-err.s: ... this.
+       * testsuite/gas/mips/mips.exp: Rename `mips16e-save' and
+       `mips16e-save-err' invocations to `save' and `save-err'
+       respectively and reorder these tests away from MIPS16 tests.
+
 2017-06-27  Maciej W. Rozycki  <macro@imgtec.com>
 
        * testsuite/gas/mips/mips16e-save.d: Remove `-mmips:isa32
index b9787045b9d6838c9d3652d18834f1f819d7bb78..2e3b3d58c08352d2852e4383713ebbc1c3c1330f 100644 (file)
@@ -1376,6 +1376,9 @@ if { [istarget mips*-*-vxworks*] } {
     run_dump_test "mips64-dsp"
     run_dump_test "mips32-mt"
 
+    run_dump_test_arches "save"                [mips_arch_list_matching mips16e-32]
+    run_dump_test_arches "save-err"    [mips_arch_list_matching mips16e-32]
+
     run_dump_test "mips16-dwarf2"
     if $has_newabi {
        run_dump_test "mips16-dwarf2-n32"
@@ -1383,9 +1386,6 @@ if { [istarget mips*-*-vxworks*] } {
     run_dump_test "mips16-stabs"
 
     run_dump_test "mips16e-jrc"
-    run_dump_test_arches "mips16e-save"        [mips_arch_list_matching mips16e-32]
-    run_dump_test_arches "mips16e-save-err" \
-                                       [mips_arch_list_matching mips16e-32]
     run_dump_test "mips16e2-lui"
 
     run_dump_test "mips16-intermix"
similarity index 56%
rename from gas/testsuite/gas/mips/mips16e-save-err.d
rename to gas/testsuite/gas/mips/save-err.d
index fd6b9cadbe19a356fef120a97999c95e333810e3..c0a45bd21d931a1eb9ee763b7c951819f610b715 100644 (file)
@@ -1,3 +1,3 @@
 #name: MIPS16e SAVE/RESTORE errors
 #as: -32
-#error-output: mips16e-save-err.l
+#error-output: save-err.l