diff options
author | Phil Edwards <phil@codesourcery.com> | 2004-10-07 23:20:42 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2004-10-07 23:20:42 +0000 |
commit | ebd9dfc96ddb0e9809be06e03d6648281d85a0ea (patch) | |
tree | e3e5f673df17c1b20ad90a988b1ea3a6e2ebb49f | |
parent | 4681bebd90512613428f30b0ec9577025b55332b (diff) | |
download | gcc-ebd9dfc96ddb0e9809be06e03d6648281d85a0ea.zip gcc-ebd9dfc96ddb0e9809be06e03d6648281d85a0ea.tar.gz gcc-ebd9dfc96ddb0e9809be06e03d6648281d85a0ea.tar.bz2 |
libstdc++.exp: Update list of undefined functions.
2004-10-07 Phil Edwards <phil@codesourcery.com>
* testsuite/lib/libstdc++.exp: Update list of undefined functions.
From-SVN: r88716
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/lib/libstdc++.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6f78912..f434a83 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2004-10-07 Phil Edwards <phil@codesourcery.com> + + * testsuite/lib/libstdc++.exp: Update list of undefined functions. + 2004-10-07 Paolo Carlini <pcarlini@suse.de> * include/bits/list.tcc (operator=): Avoid iterator postincrement. diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index 6394307..29ae62e 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp @@ -29,7 +29,6 @@ # libstdc++_* callbacks we don't define, but could: # ..._option_help prints additional --help output # ..._option_proc (--foo) process our own options -# ..._exit cleanup routines (do we need any?) # ..._init (normal.exp) called once per test file # ..._finish bracketing function for libstdc++_init # ...-dg-prune removing output text, see top of system dg.exp @@ -212,6 +211,7 @@ proc libstdc++_init { testfile } { libstdc++_maybe_build_wrapper "${objdir}/testglue.o" } +# Callback for cleanup routines. proc libstdc++_exit { } { global gluefile; |