mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
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.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
|
2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
|
||||||
|
|
||||||
* testsuite/gas/mips/mips16e-save.d: Capitalize the `name'
|
* testsuite/gas/mips/mips16e-save.d: Capitalize the `name'
|
||||||
|
@ -1384,7 +1384,7 @@ if { [istarget mips*-*-vxworks*] } {
|
|||||||
|
|
||||||
run_dump_test "mips16e-jrc"
|
run_dump_test "mips16e-jrc"
|
||||||
run_dump_test "mips16e-save"
|
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 "mips16e2-lui"
|
||||||
|
|
||||||
run_dump_test "mips16-intermix"
|
run_dump_test "mips16-intermix"
|
||||||
|
3
gas/testsuite/gas/mips/mips16e-save-err.d
Normal file
3
gas/testsuite/gas/mips/mips16e-save-err.d
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#name: MIPS16e SAVE/RESTORE errors
|
||||||
|
#as: -march=mips32 -32
|
||||||
|
#error-output: mips16e-save-err.l
|
Reference in New Issue
Block a user