1999-09-12 Donn Terry <donn@interix.com>
* gas/all/gas.exp: Run cofftag test for i*86-*-interix*. * lib/gas-defs.exp: Add perror if can not read .d file.
This commit is contained in:
parent
d33e1d248c
commit
61feeec2ee
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
1999-09-12 Donn Terry <donn@interix.com>
|
||||
|
||||
* gas/all/gas.exp: Run cofftag test for i*86-*-interix*.
|
||||
* lib/gas-defs.exp: Add perror if can not read .d file.
|
||||
|
||||
1999-09-04 Steve Chamberlain <sac@pobox.com>
|
||||
|
||||
* gas/pj/{pj.exp, ops.c, ops.d}: New tests for picoJava.
|
||||
|
|
|
@ -112,6 +112,7 @@ if { ([istarget *-*-coff*] && ![istarget m88*-*-*] && ![istarget *arm*-*-coff]
|
|||
|| [istarget i*86-*-go32*] \
|
||||
|| [istarget i*86-*-cygwin*] \
|
||||
|| [istarget i*86-*-*nt] \
|
||||
|| [istarget i*86-*-interix*] \
|
||||
|| ([istarget i960-*-vxworks5.*] && ![istarget i960-*-vxworks5.0*]) } {
|
||||
run_dump_test cofftag
|
||||
}
|
||||
|
|
|
@ -253,6 +253,7 @@ proc run_dump_test { name } {
|
|||
}
|
||||
set opt_array [slurp_options "${file}.d"]
|
||||
if { $opt_array == -1 } {
|
||||
perror "error reading options from $file.d"
|
||||
unresolved $subdir/$name
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue