gdb/testsuite/ 2008-12-21 Jan Kratochvil Fix for PR gdb/8648. * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c, gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test, gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test, gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu . --- gdb/testsuite/gdb.arch/ppc-fp.exp 5 Sep 2008 19:00:41 -0000 1.1 +++ gdb/testsuite/gdb.arch/ppc-fp.exp 21 Dec 2008 16:52:07 -0000 @@ -13,9 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Please email any bugs, comments, and/or additions to this file to: -# bug-gdb@prep.ai.mit.edu -# # Tests for Powerpc floating point register setting and fetching --- gdb/testsuite/gdb.arch/vsx-regs.exp 5 Sep 2008 19:12:11 -0000 1.2 +++ gdb/testsuite/gdb.arch/vsx-regs.exp 21 Dec 2008 16:52:07 -0000 @@ -13,9 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Please email any bugs, comments, and/or additions to this file to: -# bug-gdb@prep.ai.mit.edu -# # Tests for Powerpc AltiVec register setting and fetching --- gdb/testsuite/gdb.base/watchpoint-hw.c 21 Dec 2008 15:01:32 -0000 1.1 +++ gdb/testsuite/gdb.base/watchpoint-hw.c 21 Dec 2008 16:52:09 -0000 @@ -13,10 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . - - Please email any bugs, comments, and/or additions to this file to: - bug-gdb@prep.ai.mit.edu */ + along with this program. If not, see . */ int watchee; --- gdb/testsuite/gdb.gdbtk/browser.test 7 May 2001 20:39:32 -0000 1.2 +++ gdb/testsuite/gdb.gdbtk/browser.test 21 Dec 2008 16:52:09 -0000 @@ -15,9 +15,6 @@ # 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 Keith Seitz (keiths@cygnus.com) # Read in the standard defs file --- gdb/testsuite/gdb.gdbtk/console.test 18 Jan 2002 17:28:53 -0000 1.3 +++ gdb/testsuite/gdb.gdbtk/console.test 21 Dec 2008 16:52:09 -0000 @@ -14,9 +14,6 @@ # 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 Keith Seitz (keiths@cygnus.com) # Read in the standard defs file --- gdb/testsuite/gdb.gdbtk/srcwin.test 27 Feb 2003 22:18:44 -0000 1.6 +++ gdb/testsuite/gdb.gdbtk/srcwin.test 21 Dec 2008 16:52:09 -0000 @@ -14,9 +14,6 @@ # 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 Martin Hunt (hunt@cygnus.com) # Read in the standard defs file --- gdb/testsuite/gdb.gdbtk/srcwin2.test 27 Feb 2003 22:18:44 -0000 1.4 +++ gdb/testsuite/gdb.gdbtk/srcwin2.test 21 Dec 2008 16:52:09 -0000 @@ -14,9 +14,6 @@ # 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 Martin Hunt (hunt@cygnus.com) --- gdb/testsuite/gdb.gdbtk/srcwin3.test 27 Feb 2003 22:18:44 -0000 1.4 +++ gdb/testsuite/gdb.gdbtk/srcwin3.test 21 Dec 2008 16:52:09 -0000 @@ -14,9 +14,6 @@ # 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 Martin Hunt (hunt@cygnus.com) ########################################################### --- gdb/testsuite/gdb.gdbtk/windows.test 27 Feb 2003 22:21:33 -0000 1.2 +++ gdb/testsuite/gdb.gdbtk/windows.test 21 Dec 2008 16:52:09 -0000 @@ -15,9 +15,6 @@ # 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 Keith Seitz (keiths@cygnus.com) # Read in the standard defs file --- gdb/testsuite/gdb.threads/tls2.c 2 Dec 2008 14:51:01 -0000 1.1 +++ gdb/testsuite/gdb.threads/tls2.c 21 Dec 2008 16:52:10 -0000 @@ -13,10 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . - - Please email any bugs, comments, and/or additions to this file to: - bug-gdb@prep.ai.mit.edu */ + along with this program. If not, see . */ extern __thread int a_thread_local; __thread int file2_thread_local;