[binutils-gdb] MIPS/GAS/testsuite: Group `branch-misc' tests together
Maciej W.Rozycki
macro@sourceware.org
Sat Jul 2 22:51:00 GMT 2016
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e51af1571fa936f425bbf128833c2b674d549722
commit e51af1571fa936f425bbf128833c2b674d549722
Author: Maciej W. Rozycki <macro@imgtec.com>
Date: Sat Jul 2 22:04:41 2016 +0100
MIPS/GAS/testsuite: Group `branch-misc' tests together
gas/
* testsuite/gas/mips/mips.exp: Group `branch-misc' tests
together.
Diff:
---
gas/ChangeLog | 5 +++++
gas/testsuite/gas/mips/mips.exp | 5 ++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5cb62e2..70435c6 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
+
+ * testsuite/gas/mips/mips.exp: Group `branch-misc' tests
+ together.
+
2016-07-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
* config/tc-aarch64.c (struct aarch64_option_cpu_value_table): Add
diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp
index a83750e..29aad67 100644
--- a/gas/testsuite/gas/mips/mips.exp
+++ b/gas/testsuite/gas/mips/mips.exp
@@ -562,6 +562,8 @@ if { [istarget mips*-*-vxworks*] } {
run_dump_test_arches "branch-misc-2-64" [mips_arch_list_matching mips3]
run_dump_test_arches "branch-misc-2pic-64" [mips_arch_list_matching mips3]
run_dump_test "branch-misc-3"
+ run_dump_test_arches "branch-misc-4" [mips_arch_list_matching mips1]
+ run_dump_test_arches "branch-misc-4-64" [mips_arch_list_matching mips3]
run_dump_test "branch-swap"
# Sweep a range of branch offsets so that it hits a position where
@@ -1045,9 +1047,6 @@ if { [istarget mips*-*-vxworks*] } {
run_dump_test_arches "aent" [mips_arch_list_matching mips1]
- run_dump_test_arches "branch-misc-4" [mips_arch_list_matching mips1]
- run_dump_test_arches "branch-misc-4-64" [mips_arch_list_matching mips3]
-
run_dump_test_arches "loc-swap" [mips_arch_list_all]
run_dump_test_arches "loc-swap-dis" [mips_arch_list_all]
run_dump_test_arches "loc-swap-2" [mips_arch_list_all]
More information about the Binutils-cvs
mailing list