tls.exp: Remove temporary file.

* 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.

From-SVN: r97344
This commit is contained in:
Janis Johnson 2005-03-31 18:38:28 +00:00 committed by Janis Johnson
parent 1194911fff
commit 92cf604f5b
5 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,10 @@
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.

View File

@ -29,6 +29,7 @@ load_lib g++-dg.exp
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
}

View File

@ -23,7 +23,8 @@ load_lib g++-dg.exp
# 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
}

View File

@ -24,6 +24,7 @@ load_lib gcc-dg.exp
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
}

View File

@ -46,6 +46,7 @@ proc gcc_target_object_format { } {
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 ]