diff options
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/config/default.exp | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a876a12..1e1b109 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2008-02-15 Hans-Peter Nilsson <hp@axis.com> + + * testsuite/config/default.exp: Load gcc dejapatches.exp. + 2008-02-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * testsuite/27_io/fpos/14320-1.cc: Check for "long long" and diff --git a/libstdc++-v3/testsuite/config/default.exp b/libstdc++-v3/testsuite/config/default.exp index c08f6dd..cb86931 100644 --- a/libstdc++-v3/testsuite/config/default.exp +++ b/libstdc++-v3/testsuite/config/default.exp @@ -31,3 +31,6 @@ proc ${tool}_target_compile { srcfile destfile compile_type options } { v3_target_compile $srcfile $destfile $compile_type $options } +# Support for old dejagnu. Must be loaded here, not in libstdc++.exp, to +# make sure all existing procs are loaded when their presence is tested. +load_file $srcdir/../../gcc/testsuite/lib/dejapatches.exp |