]> gcc.gnu.org Git - gcc.git/commitdiff
(libstdc++-v3-init): Rebuild the wrapper file every time this proc is called.
authorNick Clifton <nickc@cambridge.redhat.com>
Wed, 29 May 2002 08:59:45 +0000 (08:59 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 29 May 2002 08:59:45 +0000 (08:59 +0000)
From-SVN: r53987

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp

index a8e3e701bd149e26b9b197482f2477217596f0c6..e8fd7e4005e17bca926b37ad7e9a60497652f52e 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init):
+       Rebuild the wrapper file every time this proc is called.
+
 2002-05-28  Phil Edwards  <pme@gcc.gnu.org>
 
        * testsuite/Makefile.am (noinst_LIBRARIES):  New target.  Pull in
index a9433ef3680d62acc8c22f463d53dd480e5ba5be..74a913cd983c5cffdc601d7c5b3649df0a8780f1 100644 (file)
@@ -119,7 +119,8 @@ proc libstdc++-v3-init { args } {
         }
     }
 
-    if { [target_info needs_status_wrapper]!="" && ![info exists gluefile] } {
+    if { [target_info needs_status_wrapper]!=""} {
+      file delete ${objdir}/testglue.o;
       set gluefile ${objdir}/testglue.o;
       set result [build_wrapper $gluefile];
       if { $result != "" } {
This page took 0.07017 seconds and 5 git commands to generate.