diff options
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/mt/errors.exp | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mt/mt.exp | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mt/relocs.exp | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 11d4489..a5d1124 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2005-12-12 Nathan Sidwell <nathan@codesourcery.com> + + * gas/mt: Renamed from ms1 dir. Update file names as needed. + * gas/mt/errors.exp: Replace ms1 arch with mt arch. + * gas/mt/mt.exp: Replace ms1 arch with mt arch. + * gas/mt/relocs.exp: Replace ms1 arch with mt arch. + 2005-12-07 Hans-Peter Nilsson <hp@axis.com> * gas/cris/rd-bcnst-pic.d, gas/cris/rd-branch-pic.d, diff --git a/gas/testsuite/gas/mt/errors.exp b/gas/testsuite/gas/mt/errors.exp index dd47d43..30d217f 100644 --- a/gas/testsuite/gas/mt/errors.exp +++ b/gas/testsuite/gas/mt/errors.exp @@ -27,7 +27,7 @@ proc mrisc1_error_test { file testname {warnpattern ""} } { } } -if [istarget ms1-*-*] { +if [istarget mt-*-*] { foreach file [glob -nocomplain -- $srcdir/$subdir/bad*.s] { set file [file tail $file] switch -- $file { diff --git a/gas/testsuite/gas/mt/mt.exp b/gas/testsuite/gas/mt/mt.exp index 1960f0d..9750195 100644 --- a/gas/testsuite/gas/mt/mt.exp +++ b/gas/testsuite/gas/mt/mt.exp @@ -1,6 +1,6 @@ # MRISC1 assembler testsuite. -if [istarget ms1*-*-*] { +if [istarget mt-*-*] { # run_dump_test "allinsn" run_dump_test "misc" diff --git a/gas/testsuite/gas/mt/relocs.exp b/gas/testsuite/gas/mt/relocs.exp index 41c84e2..076f428 100644 --- a/gas/testsuite/gas/mt/relocs.exp +++ b/gas/testsuite/gas/mt/relocs.exp @@ -20,7 +20,7 @@ proc regexp_test { file1 file2 test } { global srcdir subdir -if [istarget ms1-*] { +if [istarget mt-*] { gas_test "relocs1.s" {-o relocs1.o} {} {assembling relocs1} # gas_test "relocs2.s" {-o relocs2.o} {} {assembling relocs2} |