From: Joseph Myers Date: Wed, 2 Sep 2009 16:00:24 +0000 (+0100) Subject: libstdc++.exp (libstdc++_init): Copy .tcc files under util/ to remote host. X-Git-Tag: releases/gcc-4.5.0~3725 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea9549ff10038f139e1ec4935b1af42a7499e155;p=thirdparty%2Fgcc.git libstdc++.exp (libstdc++_init): Copy .tcc files under util/ to remote host. * testsuite/lib/libstdc++.exp (libstdc++_init): Copy .tcc files under util/ to remote host. Copy .h and .hpp files at more levels under util/ to remote host. From-SVN: r151336 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d2794258ea1c..dae73aef1e1f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2009-09-02 Joseph Myers + + * testsuite/lib/libstdc++.exp (libstdc++_init): Copy .tcc files + under util/ to remote host. Copy .h and .hpp files at more levels + under util/ to remote host. + 2009-09-02 Paolo Carlini * include/bits/stl_uninitialized.h diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index eb157770e150..dc67368a7d57 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp @@ -204,14 +204,23 @@ proc libstdc++_init { testfile } { # directory, and then add that to the search path. foreach src [glob "${srcdir}/util/*.h" \ "${srcdir}/util/*.cc" \ - "${srcdir}/util/*/*.hpp" \ + "${srcdir}/util/*.tcc" \ + "${srcdir}/util/*.hpp" \ + "${srcdir}/util/*/*.h" \ "${srcdir}/util/*/*.cc" \ + "${srcdir}/util/*/*.tcc" \ "${srcdir}/util/*/*.hpp" \ + "${srcdir}/util/*/*/*.h" \ "${srcdir}/util/*/*/*.cc" \ + "${srcdir}/util/*/*/*.tcc" \ "${srcdir}/util/*/*/*.hpp" \ + "${srcdir}/util/*/*/*/*.h" \ "${srcdir}/util/*/*/*/*.cc" \ + "${srcdir}/util/*/*/*/*.tcc" \ "${srcdir}/util/*/*/*/*.hpp" \ + "${srcdir}/util/*/*/*/*/*.h" \ "${srcdir}/util/*/*/*/*/*.cc" \ + "${srcdir}/util/*/*/*/*/*.tcc" \ "${srcdir}/util/*/*/*/*/*.hpp" ] { # Remove everything up to "util/..." set dst [string range $src [string length "${srcdir}/"] end]