mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-11 02:06:59 +08:00
MIPS/GAS/testsuite: Convert LUI list tests to dump tests
gas/ * testsuite/gas/mips/lui-1.d: New test. * testsuite/gas/mips/lui-2.d: New test. * gas/testsuite/gas/mips/mips.exp: Fold corresponding list tests into the new tests.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
|
||||||
|
|
||||||
|
* testsuite/gas/mips/lui-1.d: New test.
|
||||||
|
* testsuite/gas/mips/lui-2.d: New test.
|
||||||
|
* gas/testsuite/gas/mips/mips.exp: Fold corresponding list tests
|
||||||
|
into the new tests.
|
||||||
|
|
||||||
2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
|
2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
|
||||||
|
|
||||||
* config/tc-mips.c (match_const_int): Update description.
|
* config/tc-mips.c (match_const_int): Update description.
|
||||||
|
3
gas/testsuite/gas/mips/lui-1.d
Normal file
3
gas/testsuite/gas/mips/lui-1.d
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#name: MIPS LUI errors 1
|
||||||
|
#as: -32
|
||||||
|
#error-output: lui-1.l
|
3
gas/testsuite/gas/mips/lui-2.d
Normal file
3
gas/testsuite/gas/mips/lui-2.d
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#name: MIPS LUI errors 2
|
||||||
|
#as: -32
|
||||||
|
#error-output: lui-2.l
|
@ -1461,8 +1461,8 @@ if { [istarget mips*-*-vxworks*] } {
|
|||||||
run_dump_test_arches "hilo-diff-el-n64" [mips_arch_list_matching mips3]
|
run_dump_test_arches "hilo-diff-el-n64" [mips_arch_list_matching mips3]
|
||||||
}
|
}
|
||||||
run_dump_test_arches "lui" [mips_arch_list_matching mips1]
|
run_dump_test_arches "lui" [mips_arch_list_matching mips1]
|
||||||
run_list_test_arches "lui-1" "-32" [mips_arch_list_matching mips1]
|
run_dump_test_arches "lui-1" [mips_arch_list_matching mips1]
|
||||||
run_list_test_arches "lui-2" "-32" [mips_arch_list_matching mips1]
|
run_dump_test_arches "lui-2" [mips_arch_list_matching mips1]
|
||||||
|
|
||||||
run_dump_test "r5900"
|
run_dump_test "r5900"
|
||||||
run_dump_test "r5900-full"
|
run_dump_test "r5900-full"
|
||||||
|
Reference in New Issue
Block a user