* testsuite/config/default.exp: Load gcc dejapatches.exp.

From-SVN: r132335
This commit is contained in:
Hans-Peter Nilsson 2008-02-15 09:09:47 +00:00 committed by Hans-Peter Nilsson
parent 2c953d5aa4
commit 74cb1d8bfd
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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