From: Ian Lance Taylor Date: Sun, 12 Sep 1999 05:32:04 +0000 (+0000) Subject: 1999-09-12 Donn Terry X-Git-Tag: gprof-pre-ansify-2004-05-26~9262 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=fff2fdf963aa0886f3a6e68c4536923ec4c6b5af;p=pf3gnuchains%2Fpf3gnuchains4x.git 1999-09-12 Donn Terry * gas/all/gas.exp: Run cofftag test for i*86-*-interix*. * lib/gas-defs.exp: Add perror if can not read .d file. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 2bf0b6f357..42e87c92b4 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +1999-09-12 Donn Terry + + * 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 * gas/pj/{pj.exp, ops.c, ops.d}: New tests for picoJava. diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 9544551d60..bd39705187 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -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 } diff --git a/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index 757718ffa4..48e84b2333 100644 --- a/gas/testsuite/lib/gas-defs.exp +++ b/gas/testsuite/lib/gas-defs.exp @@ -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 }