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
This commit is contained in:
parent
4681bebd90
commit
ebd9dfc96d
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue