]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* lib/wrapper.exp (${tool}_maybe_build_wrapper): Don't unset gluefile.
authorMark Mitchell <mark@codesourcery.com>
Tue, 12 Apr 2005 06:26:39 +0000 (06:26 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 12 Apr 2005 06:26:39 +0000 (06:26 +0000)
From-SVN: r98009

gcc/testsuite/ChangeLog
gcc/testsuite/lib/wrapper.exp

index b37dd51f58ba7124337ff297bf2a76bf20da0a86..1786a405d7bc7fed123a7f9105ea6bf425fe2f6f 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-11  Mark Mitchell  <mark@codesourcery.com>
+
+       * lib/wrapper.exp (${tool}_maybe_build_wrapper): Don't unset gluefile.
+
 2005-04-11  Geoffrey Keating  <geoffk@apple.com>
 
        * gcc.dg/i386-darwin-fpmath.c: New.
index 5c3ce2fd800f57c6d206b154b8931c9102622147..141d90939f701605769c187788f9918bb181b79f 100644 (file)
@@ -35,8 +35,6 @@ proc ${tool}_maybe_build_wrapper { filename } {
        if { $result != "" } {
            set gluefile [lindex $result 0]
            set wrap_flags [lindex $result 1]
-       } else {
-           unset gluefile
        }
     }
 }