* g++.dg/tls/tls.exp: Ditto.
* lib/file-format.exp: Ditto.
* g++.dg/special/ecos.exp: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97344
138bc75d-0d04-0410-961f-
82ee72b054a4
2005-03-31 Janis Johnson <janis187@us.ibm.com>
+ * gcc.dg/tls/tls.exp: Remove temporary file.
+ * g++.dg/tls/tls.exp: Ditto.
+ * lib/file-format.exp: Ditto.
+ * g++.dg/special/ecos.exp: Ditto.
+
* lib/profopt.exp: Treat prof_ext as a list.
* gcc.misc-tests/bprob.exp: Ditto.
* g++.dg/bprob/bprob.exp: Ditto.
set comp_output [g++_target_compile \
"$srcdir/$subdir/initp1.C" "initp1.S" assembly ""]
+remove-build-file "initp1.S"
if { [string match "*init_priority*" $comp_output] } {
return 0
}
# isn't, everything will fail with the "not supported" message.
set comp_output [g++_target_compile \
- "$srcdir/$subdir/trivial.C" "trivial.S" assembly ""]
+ "$srcdir/$subdir/trivial.C" "trivialx.S" assembly ""]
+remove-build-file "trivialx.S"
if { [string match "*not supported*" $comp_output] } {
return 0
}
set comp_output [gcc_target_compile \
"$srcdir/$subdir/trivial.c" "trivial.S" assembly ""]
+remove-build-file "trivial.S"
if { [string match "*not supported*" $comp_output] } {
return 0
}
close $open_file
${tool}_target_compile objfmtst.c objfmtst.o object ""
+ file delete objfmtst.c
catch {
set output [exec $objdump_name --file-headers objfmtst.o ]