This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

[patch/testsuite/cp] remove 'please email bug-gdb@prep.ai.mit.edu'


This patch removes some obsolete lines from gdb.cp/*.exp
and gdb.cp/*.cc:

  # Please email any bugs, comments, and/or additions to this file to:
  # bug-gdb@prep.ai.mit.edu

This address, bug-gdb@prep.ai.mit.edu, no longer works.

The boilerplate in the main gdb files does not contain any lines
at all for 'please email'.  So I just removed these lines from
these files.

If this goes over smoothly, then I can fix more files later.
There are 285 more instances of bug-gdb@prep.ai.mit.edu after this.

I tested this on native i686-pc-linux-gnu with gcc 2.95.3 3.3.2 HEAD,
dwarf-2 and stabs+.

I will give this 24 hours for comment and then commit it.

Michael C

2004-02-10  Michael Chastain  <mec.gnu@mindspring.com>

	Partial fix for PR gdb/1543.
	* gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
	gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
	gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
	gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
	gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
	gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
	gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
	gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
	gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
	to bug-gdb@prep.ai.mit.edu .
	* gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
	gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
	gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
	Likewise.

Index: gdb.cp/ambiguous.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/ambiguous.exp,v
retrieving revision 1.2
diff -c -3 -p -r1.2 ambiguous.exp
*** gdb.cp/ambiguous.exp	23 Nov 2003 18:24:46 -0000	1.2
--- gdb.cp/ambiguous.exp	10 Feb 2004 12:45:16 -0000
***************
*** 1,4 ****
! # Copyright 1998, 1999, 2003 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,4 ----
! # Copyright 1998, 1999, 2003, 2004 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 13,21 ****
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
- 
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
  
  # This file is part of the gdb testsuite
  
--- 13,18 ----
Index: gdb.cp/annota2.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/annota2.exp,v
retrieving revision 1.2
diff -c -3 -p -r1.2 annota2.exp
*** gdb.cp/annota2.exp	6 Nov 2003 20:39:46 -0000	1.2
--- gdb.cp/annota2.exp	10 Feb 2004 12:45:16 -0000
***************
*** 1,4 ****
! #   Copyright 1999, 2000, 2001, 2002, 2003
  #   Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
--- 1,4 ----
! #   Copyright 1999, 2000, 2001, 2002, 2003, 2004
  #   Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
***************
*** 14,22 ****
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
- 
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
  
  # This file was written by Elena Zannoni (ezannoni@cygnus.com)
  
--- 14,19 ----
Index: gdb.cp/annota3.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/annota3.exp,v
retrieving revision 1.2
diff -c -3 -p -r1.2 annota3.exp
*** gdb.cp/annota3.exp	7 Nov 2003 15:46:33 -0000	1.2
--- gdb.cp/annota3.exp	10 Feb 2004 12:45:16 -0000
***************
*** 1,4 ****
! # Copyright 2003 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,4 ----
! # Copyright 2003, 2004 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 13,21 ****
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
- 
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
  
  # This file was written by Elena Zannoni (ezannoni@cygnus.com)
  
--- 13,18 ----
Index: gdb.cp/anon-union.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/anon-union.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 anon-union.exp
*** gdb.cp/anon-union.exp	23 Aug 2003 03:55:59 -0000	1.1
--- gdb.cp/anon-union.exp	10 Feb 2004 12:45:16 -0000
***************
*** 1,5 ****
  # Tests for anonymous union support.
! # Copyright 1998, 1999, 2003 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,5 ----
  # Tests for anonymous union support.
! # Copyright 1998, 1999, 2003, 2004 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 14,22 ****
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
- 
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
  
  # Written by Satish Pai <pai@apollo.hp.com> 1997-08-19
  
--- 14,19 ----
Index: gdb.cp/bs15503.cc
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/bs15503.cc,v
retrieving revision 1.3
diff -c -3 -p -r1.3 bs15503.cc
*** gdb.cp/bs15503.cc	8 Jan 2004 09:41:48 -0000	1.3
--- gdb.cp/bs15503.cc	10 Feb 2004 12:45:16 -0000
***************
*** 15,23 ****
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
! 
!    Please email any bugs, comments, and/or additions to this file to:
!    bug-gdb@prep.ai.mit.edu  */
  
  #include <string>
  #include <iostream>
--- 15,21 ----
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
!    */
  
  #include <string>
  #include <iostream>
Index: gdb.cp/casts.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/casts.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 casts.exp
*** gdb.cp/casts.exp	23 Aug 2003 03:55:59 -0000	1.1
--- gdb.cp/casts.exp	10 Feb 2004 12:45:16 -0000
***************
*** 1,4 ****
! # Copyright 2002, 2003 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,4 ----
! # Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 13,21 ****
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
- 
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
  
  # This file is part of the gdb testsuite
  
--- 13,18 ----
Index: gdb.cp/class2.cc
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/class2.cc,v
retrieving revision 1.1
diff -c -3 -p -r1.1 class2.cc
*** gdb.cp/class2.cc	25 Nov 2003 15:01:31 -0000	1.1
--- gdb.cp/class2.cc	10 Feb 2004 12:45:16 -0000
***************
*** 1,6 ****
  /* This testcase is part of GDB, the GNU debugger.
  
!    Copyright 2003 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
--- 1,6 ----
  /* This testcase is part of GDB, the GNU debugger.
  
!    Copyright 2003, 2004 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
***************
*** 15,23 ****
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
! 
!    Please email any bugs, comments, and/or additions to this file to:
!    bug-gdb@prep.ai.mit.edu  */
  
  struct A
  {
--- 15,21 ----
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
!    */
  
  struct A
  {
Index: gdb.cp/classes.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/classes.exp,v
retrieving revision 1.6
diff -c -3 -p -r1.6 classes.exp
*** gdb.cp/classes.exp	11 Jan 2004 09:40:37 -0000	1.6
--- gdb.cp/classes.exp	10 Feb 2004 12:45:16 -0000
***************
*** 15,23 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # This file was written by Fred Fish. (fnf@cygnus.com)
  # And rewritten by Michael Chastain <mec.gnu@mindspring.com>.
  
--- 15,20 ----
Index: gdb.cp/cplusfuncs.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/cplusfuncs.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 cplusfuncs.exp
*** gdb.cp/cplusfuncs.exp	23 Aug 2003 03:55:59 -0000	1.1
--- gdb.cp/cplusfuncs.exp	10 Feb 2004 12:45:16 -0000
***************
*** 1,4 ****
! # Copyright 1992, 1997, 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,5 ----
! # Copyright 1992, 1997, 1999, 2001, 2002, 2003, 2004
! # Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 13,21 ****
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
- 
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
  
  # This file was written by Fred Fish. (fnf@cygnus.com)
  # Adapted for g++ 3.0 ABI by Michael Chastain. (chastain@redhat.com)
--- 14,19 ----
Index: gdb.cp/ctti.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/ctti.exp,v
retrieving revision 1.4
diff -c -3 -p -r1.4 ctti.exp
*** gdb.cp/ctti.exp	8 Jan 2004 06:35:15 -0000	1.4
--- gdb.cp/ctti.exp	10 Feb 2004 12:45:16 -0000
***************
*** 14,22 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # This file is part of the gdb testsuite
  # file written by Elena Zannoni (ezannoni@cygnus.com)
  # rewritten by Michael Chastain (mec.gnu@mindspring.com)
--- 14,19 ----
Index: gdb.cp/cttiadd.cc
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/cttiadd.cc,v
retrieving revision 1.3
diff -c -3 -p -r1.3 cttiadd.cc
*** gdb.cp/cttiadd.cc	8 Jan 2004 06:35:15 -0000	1.3
--- gdb.cp/cttiadd.cc	10 Feb 2004 12:45:16 -0000
***************
*** 15,23 ****
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
! 
!    Please email any bugs, comments, and/or additions to this file to:
!    bug-gdb@prep.ai.mit.edu  */
  
  template<class T> T add(T v1, T v2)
  {
--- 15,21 ----
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
!    */
  
  template<class T> T add(T v1, T v2)
  {
Index: gdb.cp/cttiadd1.cc
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/cttiadd1.cc,v
retrieving revision 1.2
diff -c -3 -p -r1.2 cttiadd1.cc
*** gdb.cp/cttiadd1.cc	8 Jan 2004 06:19:15 -0000	1.2
--- gdb.cp/cttiadd1.cc	10 Feb 2004 12:45:16 -0000
***************
*** 1,6 ****
  /* This testcase is part of GDB, the GNU debugger.
  
!    Copyright 1998, 1999 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
--- 1,6 ----
  /* This testcase is part of GDB, the GNU debugger.
  
!    Copyright 1998, 1999, 2004 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
***************
*** 15,23 ****
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
! 
!    Please email any bugs, comments, and/or additions to this file to:
!    bug-gdb@prep.ai.mit.edu  */
  
  template<class T> T add(T v1, T v2);
  
--- 15,21 ----
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
!    */
  
  template<class T> T add(T v1, T v2);
  
Index: gdb.cp/cttiadd2.cc
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/cttiadd2.cc,v
retrieving revision 1.2
diff -c -3 -p -r1.2 cttiadd2.cc
*** gdb.cp/cttiadd2.cc	8 Jan 2004 06:19:15 -0000	1.2
--- gdb.cp/cttiadd2.cc	10 Feb 2004 12:45:16 -0000
***************
*** 1,6 ****
  /* This testcase is part of GDB, the GNU debugger.
  
!    Copyright 1998, 1999 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
--- 1,6 ----
  /* This testcase is part of GDB, the GNU debugger.
  
!    Copyright 1998, 1999, 2004 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
***************
*** 15,23 ****
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
! 
!    Please email any bugs, comments, and/or additions to this file to:
!    bug-gdb@prep.ai.mit.edu  */
  
  template<class T> T add2(T v1, T v2)
  {
--- 15,21 ----
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
!    */
  
  template<class T> T add2(T v1, T v2)
  {
Index: gdb.cp/cttiadd3.cc
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/cttiadd3.cc,v
retrieving revision 1.2
diff -c -3 -p -r1.2 cttiadd3.cc
*** gdb.cp/cttiadd3.cc	8 Jan 2004 06:19:15 -0000	1.2
--- gdb.cp/cttiadd3.cc	10 Feb 2004 12:45:16 -0000
***************
*** 1,6 ****
  /* This testcase is part of GDB, the GNU debugger.
  
!    Copyright 1998, 1999 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
--- 1,6 ----
  /* This testcase is part of GDB, the GNU debugger.
  
!    Copyright 1998, 1999, 2004 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
***************
*** 15,23 ****
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
! 
!    Please email any bugs, comments, and/or additions to this file to:
!    bug-gdb@prep.ai.mit.edu  */
  
  template<class T> T add3(T v1, T v2)
  {
--- 15,21 ----
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
!    */
  
  template<class T> T add3(T v1, T v2)
  {
Index: gdb.cp/demangle.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/demangle.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 demangle.exp
*** gdb.cp/demangle.exp	23 Aug 2003 03:55:59 -0000	1.1
--- gdb.cp/demangle.exp	10 Feb 2004 12:45:16 -0000
***************
*** 1,4 ****
! # Copyright (C) 1992, 1997, 1999, 2003 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,4 ----
! # Copyright (C) 1992, 1997, 1999, 2003, 2004 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 13,21 ****
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
- 
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
  
  # This file was written by Fred Fish. (fnf@cygnus.com)
  
--- 13,18 ----
Index: gdb.cp/derivation.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/derivation.exp,v
retrieving revision 1.6
diff -c -3 -p -r1.6 derivation.exp
*** gdb.cp/derivation.exp	14 Jan 2004 03:57:23 -0000	1.6
--- gdb.cp/derivation.exp	10 Feb 2004 12:45:16 -0000
***************
*** 15,23 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # This file was written by Elena Zannoni (ezannoni@cygnus.com)
  # And rewritten by Michael Chastain <mec.gnu@mindspring.com>
  
--- 15,20 ----
Index: gdb.cp/exception.cc
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/exception.cc,v
retrieving revision 1.3
diff -c -3 -p -r1.3 exception.cc
*** gdb.cp/exception.cc	9 Jan 2004 09:48:52 -0000	1.3
--- gdb.cp/exception.cc	10 Feb 2004 12:45:16 -0000
***************
*** 15,23 ****
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
-    Please email any bugs, comments, and/or additions to this file to:
-    bug-gdb@prep.ai.mit.edu  */
  
  // Test file for exception handling support.
  
--- 15,23 ----
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+    */
+ 
  
  
  // Test file for exception handling support.
  
Index: gdb.cp/exception.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/exception.exp,v
retrieving revision 1.4
diff -c -3 -p -r1.4 exception.exp
*** gdb.cp/exception.exp	10 Jan 2004 00:03:17 -0000	1.4
--- gdb.cp/exception.exp	10 Feb 2004 12:45:16 -0000
***************
*** 14,22 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # This file is part of the gdb testsuite.
  # tests for exception-handling support
  # Written by Satish Pai <pai@apollo.hp.com> 1997-07-23
--- 14,19 ----
Index: gdb.cp/hang.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/hang.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 hang.exp
*** gdb.cp/hang.exp	23 Aug 2003 03:55:59 -0000	1.1
--- gdb.cp/hang.exp	10 Feb 2004 12:45:17 -0000
***************
*** 1,4 ****
! #   Copyright (C) 2002 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,4 ----
! #   Copyright 2002, 2004 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 13,21 ****
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
- 
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
  
  if $tracelevel then {
  	strace $tracelevel
--- 13,18 ----
Index: gdb.cp/inherit.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/inherit.exp,v
retrieving revision 1.4
diff -c -3 -p -r1.4 inherit.exp
*** gdb.cp/inherit.exp	4 Feb 2004 04:04:25 -0000	1.4
--- gdb.cp/inherit.exp	10 Feb 2004 12:45:17 -0000
***************
*** 15,23 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # This file was written by Fred Fish. (fnf@cygnus.com)
  # And rewritten by Michael Chastain. (mec.gnu@mindspring.com)
  
--- 15,20 ----
Index: gdb.cp/local.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/local.exp,v
retrieving revision 1.4
diff -c -3 -p -r1.4 local.exp
*** gdb.cp/local.exp	27 Jan 2004 02:43:35 -0000	1.4
--- gdb.cp/local.exp	10 Feb 2004 12:45:17 -0000
***************
*** 15,23 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # tests for local variables
  # Written by Satish Pai <pai@apollo.hp.com> 1997-07-08
  # Cleaned by Michael Chastain <mec@shout.net> 2002-04-08
--- 15,20 ----
Index: gdb.cp/maint.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/maint.exp,v
retrieving revision 1.2
diff -c -3 -p -r1.2 maint.exp
*** gdb.cp/maint.exp	11 Sep 2003 19:49:20 -0000	1.2
--- gdb.cp/maint.exp	10 Feb 2004 12:45:17 -0000
***************
*** 1,4 ****
! # Copyright 2003 Free Software Foundation Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,4 ----
! # Copyright 2003, 2004 Free Software Foundation Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 13,21 ****
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
- 
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
  
  
  # This file tests C++-specific maintenance commands and help on those.
--- 13,18 ----
Index: gdb.cp/member-ptr.cc
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/member-ptr.cc,v
retrieving revision 1.2
diff -c -3 -p -r1.2 member-ptr.cc
*** gdb.cp/member-ptr.cc	13 Jan 2004 04:53:00 -0000	1.2
--- gdb.cp/member-ptr.cc	10 Feb 2004 12:45:17 -0000
***************
*** 1,6 ****
  /* This testcase is part of GDB, the GNU debugger.
  
!    Copyright 1998, 1999 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
--- 1,6 ----
  /* This testcase is part of GDB, the GNU debugger.
  
!    Copyright 1998, 1999, 2004 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
***************
*** 15,23 ****
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
-    Please email any bugs, comments, and/or additions to this file to:
-    bug-gdb@prep.ai.mit.edu  */
  
  extern "C" {
  #include <stdio.h>
--- 15,23 ----
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+    */
+ 
  
  
  extern "C" {
  #include <stdio.h>
Index: gdb.cp/member-ptr.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/member-ptr.exp,v
retrieving revision 1.3
diff -c -3 -p -r1.3 member-ptr.exp
*** gdb.cp/member-ptr.exp	13 Jan 2004 04:36:04 -0000	1.3
--- gdb.cp/member-ptr.exp	10 Feb 2004 12:45:17 -0000
***************
*** 16,24 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # Tests for pointer-to-member support
  # Written by Satish Pai <pai@apollo.hp.com> 1997-08-19
  # Rewritten by Michael Chastain <mec.gnu@mindspring.com> 2004-01-11
--- 16,21 ----
Index: gdb.cp/method.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/method.exp,v
retrieving revision 1.3
diff -c -3 -p -r1.3 method.exp
*** gdb.cp/method.exp	2 Jan 2004 06:17:19 -0000	1.3
--- gdb.cp/method.exp	10 Feb 2004 12:45:17 -0000
***************
*** 14,22 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # tests for misc. C++ method stuff
  # Written by Satish Pai <pai@apollo.hp.com> 1997-07-08
  
--- 14,19 ----
Index: gdb.cp/misc.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/misc.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 misc.exp
*** gdb.cp/misc.exp	23 Aug 2003 03:55:59 -0000	1.1
--- gdb.cp/misc.exp	10 Feb 2004 12:45:17 -0000
***************
*** 15,23 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # This file was written by Fred Fish. (fnf@cygnus.com)
  
  if $tracelevel then {
--- 15,20 ----
Index: gdb.cp/namespace.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/namespace.exp,v
retrieving revision 1.6
diff -c -3 -p -r1.6 namespace.exp
*** gdb.cp/namespace.exp	14 Jan 2004 16:54:43 -0000	1.6
--- gdb.cp/namespace.exp	10 Feb 2004 12:45:17 -0000
***************
*** 15,23 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # tests for namespaces
  # Originally written by Satish Pai <pai@apollo.hp.com> 1997-07-23
  
--- 15,20 ----
Index: gdb.cp/namespace1.cc
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/namespace1.cc,v
retrieving revision 1.3
diff -c -3 -p -r1.3 namespace1.cc
*** gdb.cp/namespace1.cc	23 Jan 2004 21:55:57 -0000	1.3
--- gdb.cp/namespace1.cc	10 Feb 2004 12:45:17 -0000
***************
*** 13,21 ****
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
-    Please email any bugs, comments, and/or additions to this file to:
-    bug-gdb@prep.ai.mit.edu  */
  
  namespace C
  {
--- 13,21 ----
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
+    */
+ 
  
  
  namespace C
  {
Index: gdb.cp/overload.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/overload.exp,v
retrieving revision 1.5
diff -c -3 -p -r1.5 overload.exp
*** gdb.cp/overload.exp	2 Feb 2004 20:44:53 -0000	1.5
--- gdb.cp/overload.exp	10 Feb 2004 12:45:17 -0000
***************
*** 15,23 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # written by Elena Zannoni (ezannoni@cygnus.com)
  # Rewritten by Michael Chastain <mec.gnu@mindspring.com>
  
--- 15,20 ----
Index: gdb.cp/ovldbreak.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/ovldbreak.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 ovldbreak.exp
*** gdb.cp/ovldbreak.exp	23 Aug 2003 03:55:59 -0000	1.1
--- gdb.cp/ovldbreak.exp	10 Feb 2004 12:45:17 -0000
***************
*** 1,4 ****
! # Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,4 ----
! # Copyright (C) 1998, 1999, 2001, 2004 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 13,21 ****
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
- 
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
  
  # written by Elena Zannoni (ezannoni@cygnus.com)
  # modified by Michael Chastain (chastain@redhat.com)
--- 13,18 ----
Index: gdb.cp/psmang.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/psmang.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 psmang.exp
*** gdb.cp/psmang.exp	23 Aug 2003 03:55:59 -0000	1.1
--- gdb.cp/psmang.exp	10 Feb 2004 12:45:17 -0000
***************
*** 1,4 ****
! # Copyright 2002 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,4 ----
! # Copyright 2002, 2004 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 13,21 ****
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
- 
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
  
  # This file is part of the gdb testsuite
  
--- 13,18 ----
Index: gdb.cp/ref-types.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/ref-types.exp,v
retrieving revision 1.2
diff -c -3 -p -r1.2 ref-types.exp
*** gdb.cp/ref-types.exp	6 Jan 2004 19:05:14 -0000	1.2
--- gdb.cp/ref-types.exp	10 Feb 2004 12:45:17 -0000
***************
*** 15,23 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # written by Elena Zannoni (ezannoni@cygnus.com)
  
  if $tracelevel then {
--- 15,20 ----
Index: gdb.cp/templates.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/templates.exp,v
retrieving revision 1.8
diff -c -3 -p -r1.8 templates.exp
*** gdb.cp/templates.exp	18 Jan 2004 04:18:56 -0000	1.8
--- gdb.cp/templates.exp	10 Feb 2004 12:45:17 -0000
***************
*** 15,23 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # This file was written by Fred Fish. (fnf@cygnus.com)
  
  set ws "\[\r\n\t \]+"
--- 15,20 ----
Index: gdb.cp/userdef.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/userdef.exp,v
retrieving revision 1.1
diff -c -3 -p -r1.1 userdef.exp
*** gdb.cp/userdef.exp	23 Aug 2003 03:55:59 -0000	1.1
--- gdb.cp/userdef.exp	10 Feb 2004 12:45:17 -0000
***************
*** 1,5 ****
  # Tests of overloaded operators resolution.
! # Copyright 1998, 1999, 2002 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,5 ----
  # Tests of overloaded operators resolution.
! # Copyright 1998, 1999, 2002, 2004 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 14,22 ****
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
- 
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
  
  # written by Elena Zannoni (ezannoni@cygnus.com)
  #
--- 14,19 ----
Index: gdb.cp/virtfunc.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/virtfunc.exp,v
retrieving revision 1.8
diff -c -3 -p -r1.8 virtfunc.exp
*** gdb.cp/virtfunc.exp	4 Feb 2004 04:18:45 -0000	1.8
--- gdb.cp/virtfunc.exp	10 Feb 2004 12:45:17 -0000
***************
*** 15,23 ****
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
  
- # Please email any bugs, comments, and/or additions to this file to:
- # bug-gdb@prep.ai.mit.edu
- 
  # This file was written by Fred Fish. (fnf@cygnus.com)
  # And rewritten by Michael Chastain <mec.gnu@mindspring.com>.
  
--- 15,20 ----


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