Skip to content

Commit

Permalink
* gas/i860/i860.exp: Don't call exit if the target isn't an i860.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Earnshaw committed May 23, 2003
1 parent 23c6074 commit 84b42e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
4 changes: 4 additions & 0 deletions gas/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2003-05-23 Richard Earnshaw <rearnsha@arm.com>

* gas/i860/i860.exp: Don't call exit if the target isn't an i860.

2003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>

* gas/mips/jal-newabi.s: New file, testcase for NewABI xgot jal macro.
Expand Down
17 changes: 7 additions & 10 deletions gas/testsuite/gas/i860/i860.exp
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# i860 assembler testsuite.

if ![istarget i860-*-*] {
exit
}

foreach file [lsort [glob -nocomplain -- $srcdir/$subdir/*.s]] {
set file [file tail $file]
set file [file rootname $file]
run_dump_test "$file"
}

if [istarget i860-*-*] {
foreach file [lsort [glob -nocomplain -- $srcdir/$subdir/*.s]] {
set file [file tail $file]
set file [file rootname $file]
run_dump_test "$file"
}
}

0 comments on commit 84b42e9

Please sign in to comment.