Commit ea9549ff by Joseph Myers Committed by Joseph Myers

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
parent aef8bce8
2009-09-02 Joseph Myers <joseph@codesourcery.com>
* 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 <paolo.carlini@oracle.com> 2009-09-02 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/stl_uninitialized.h * include/bits/stl_uninitialized.h
......
...@@ -204,14 +204,23 @@ proc libstdc++_init { testfile } { ...@@ -204,14 +204,23 @@ proc libstdc++_init { testfile } {
# directory, and then add that to the search path. # directory, and then add that to the search path.
foreach src [glob "${srcdir}/util/*.h" \ foreach src [glob "${srcdir}/util/*.h" \
"${srcdir}/util/*.cc" \ "${srcdir}/util/*.cc" \
"${srcdir}/util/*/*.hpp" \ "${srcdir}/util/*.tcc" \
"${srcdir}/util/*.hpp" \
"${srcdir}/util/*/*.h" \
"${srcdir}/util/*/*.cc" \ "${srcdir}/util/*/*.cc" \
"${srcdir}/util/*/*.tcc" \
"${srcdir}/util/*/*.hpp" \ "${srcdir}/util/*/*.hpp" \
"${srcdir}/util/*/*/*.h" \
"${srcdir}/util/*/*/*.cc" \ "${srcdir}/util/*/*/*.cc" \
"${srcdir}/util/*/*/*.tcc" \
"${srcdir}/util/*/*/*.hpp" \ "${srcdir}/util/*/*/*.hpp" \
"${srcdir}/util/*/*/*/*.h" \
"${srcdir}/util/*/*/*/*.cc" \ "${srcdir}/util/*/*/*/*.cc" \
"${srcdir}/util/*/*/*/*.tcc" \
"${srcdir}/util/*/*/*/*.hpp" \ "${srcdir}/util/*/*/*/*.hpp" \
"${srcdir}/util/*/*/*/*/*.h" \
"${srcdir}/util/*/*/*/*/*.cc" \ "${srcdir}/util/*/*/*/*/*.cc" \
"${srcdir}/util/*/*/*/*/*.tcc" \
"${srcdir}/util/*/*/*/*/*.hpp" ] { "${srcdir}/util/*/*/*/*/*.hpp" ] {
# Remove everything up to "util/..." # Remove everything up to "util/..."
set dst [string range $src [string length "${srcdir}/"] end] set dst [string range $src [string length "${srcdir}/"] end]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment