This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix simulator needs_status_wrapper/testglue usage without dejagnu-1.4.4 patches


On Thu, Oct 07, 2004 at 11:08:13PM +0100, Richard Earnshaw wrote:
> > 
> > 	* testsuite/lib/libstdc++.lib (libstdc++_exit): New proc.
> > 

I've committed the following, then.  :-)  Thanks for spotting this, Richard.


2004-10-07  Phil Edwards  <phil@codesourcery.com>

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


Index: testsuite/lib/libstdc++.exp
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/lib/libstdc++.exp,v
retrieving revision 1.25
diff -u -p -c -4 -r1.25 libstdc++.exp
cvs diff: conflicting specifications of output style
*** testsuite/lib/libstdc++.exp	7 Oct 2004 22:00:29 -0000	1.25
--- testsuite/lib/libstdc++.exp	7 Oct 2004 23:19:44 -0000
***************
*** 28,36 ****
  #
  # 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
  #
--- 28,35 ----
*************** proc libstdc++_init { testfile } {
*** 211,218 ****
--- 210,218 ----
  
      libstdc++_maybe_build_wrapper "${objdir}/testglue.o"
  }
  
+ # Callback for cleanup routines.
  proc libstdc++_exit { } {
      global gluefile;
  
      if [info exists gluefile] {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]