libstdc++.exp: Update list of undefined functions.
authorPhil Edwards <phil@codesourcery.com>
Thu, 7 Oct 2004 23:20:42 +0000 (23:20 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Thu, 7 Oct 2004 23:20:42 +0000 (23:20 +0000)
2004-10-07  Phil Edwards  <phil@codesourcery.com>

* testsuite/lib/libstdc++.exp:  Update list of undefined functions.

From-SVN: r88716

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/lib/libstdc++.exp

index 6f7891214d42f2c149f90e1709815a7f9ffb0a33..f434a830483bbdd5ec5e01fe9ab05ba660ec8f0b 100644 (file)
@@ -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.
index 6394307f6b2da8b2de9881fbb885db96845c03ed..29ae62ed00cbaaae30ff0ee43ed2f06c91ec1236 100644 (file)
@@ -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;