tls.exp: Remove temporary file.
authorJanis Johnson <janis187@us.ibm.com>
Thu, 31 Mar 2005 18:38:28 +0000 (18:38 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Thu, 31 Mar 2005 18:38:28 +0000 (18:38 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/special/ecos.exp
gcc/testsuite/g++.dg/tls/tls.exp
gcc/testsuite/gcc.dg/tls/tls.exp
gcc/testsuite/lib/file-format.exp

index 6c6043e7a0b5def39f50c46af69fa2929c8882ab..6e6601dfe651d90b0f91aa1c43b55c53379c742d 100644 (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.
index dc34ff83da43935036aa0e910906d0de36b99ad0..ba1740d3d5a2ace243ff9331196168459098d482 100644 (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
 }
index a00dad79dce0cb353446dac690a5a3a4c35462ef..1a47848d0c97e2c9094bc05c378b5d8a57726d4e 100644 (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
 }
index 4c2627dbcf80b519d830f4dec76616a94b0a61e0..16b3aa8fdda35cc8faed4b055394a05eb1baf50e 100644 (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
 }
index a1aa484455c557f922aa7672fec5eff6e0f11371..fe88a3b1c95a6ca7bef4eee95a0ba47f6f088595 100644 (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 ]