mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* gas/i860/i860.exp: Don't call exit if the target isn't an i860.
This commit is contained in:
@ -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>
|
2003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
* gas/mips/jal-newabi.s: New file, testcase for NewABI xgot jal macro.
|
* gas/mips/jal-newabi.s: New file, testcase for NewABI xgot jal macro.
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
# i860 assembler testsuite.
|
# i860 assembler testsuite.
|
||||||
|
|
||||||
if ![istarget i860-*-*] {
|
if [istarget i860-*-*] {
|
||||||
exit
|
|
||||||
}
|
|
||||||
|
|
||||||
foreach file [lsort [glob -nocomplain -- $srcdir/$subdir/*.s]] {
|
foreach file [lsort [glob -nocomplain -- $srcdir/$subdir/*.s]] {
|
||||||
set file [file tail $file]
|
set file [file tail $file]
|
||||||
set file [file rootname $file]
|
set file [file rootname $file]
|
||||||
run_dump_test "$file"
|
run_dump_test "$file"
|
||||||
}
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user