mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE tests
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.
This commit is contained in:
parent
b0bd097ef6
commit
79cb3f75de
@ -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
|
||||
|
@ -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"
|
||||
|
@ -1,3 +1,3 @@
|
||||
#name: MIPS16e SAVE/RESTORE errors
|
||||
#as: -32
|
||||
#error-output: mips16e-save-err.l
|
||||
#error-output: save-err.l
|
Loading…
Reference in New Issue
Block a user