From e3c3473c9db593e8beb7cad2a32f8f5c82d7c9f9 Mon Sep 17 00:00:00 2001 From: jkratoch Date: Sun, 21 Dec 2008 17:38:55 +0000 Subject: [PATCH] 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/ChangeLog | 8 ++++++++ gdb/testsuite/gdb.arch/ppc-fp.exp | 3 --- gdb/testsuite/gdb.arch/vsx-regs.exp | 3 --- gdb/testsuite/gdb.base/watchpoint-hw.c | 5 +---- gdb/testsuite/gdb.gdbtk/browser.test | 3 --- gdb/testsuite/gdb.gdbtk/console.test | 3 --- gdb/testsuite/gdb.gdbtk/srcwin.test | 3 --- gdb/testsuite/gdb.gdbtk/srcwin2.test | 3 --- gdb/testsuite/gdb.gdbtk/srcwin3.test | 3 --- gdb/testsuite/gdb.gdbtk/windows.test | 3 --- gdb/testsuite/gdb.threads/tls2.c | 5 +---- 11 files changed, 10 insertions(+), 32 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 23a1cfe124..efa6234ca0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,13 @@ 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 . + +2008-12-21 Jan Kratochvil + * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New. 2008-12-16 Christophe Lyon diff --git a/gdb/testsuite/gdb.arch/ppc-fp.exp b/gdb/testsuite/gdb.arch/ppc-fp.exp index 170d58cbe3..ab27897e0b 100644 --- a/gdb/testsuite/gdb.arch/ppc-fp.exp +++ b/gdb/testsuite/gdb.arch/ppc-fp.exp @@ -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 diff --git a/gdb/testsuite/gdb.arch/vsx-regs.exp b/gdb/testsuite/gdb.arch/vsx-regs.exp index 18def604eb..191069f463 100644 --- a/gdb/testsuite/gdb.arch/vsx-regs.exp +++ b/gdb/testsuite/gdb.arch/vsx-regs.exp @@ -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 diff --git a/gdb/testsuite/gdb.base/watchpoint-hw.c b/gdb/testsuite/gdb.base/watchpoint-hw.c index f6eea6fc62..5c44bbbd6f 100644 --- a/gdb/testsuite/gdb.base/watchpoint-hw.c +++ b/gdb/testsuite/gdb.base/watchpoint-hw.c @@ -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; diff --git a/gdb/testsuite/gdb.gdbtk/browser.test b/gdb/testsuite/gdb.gdbtk/browser.test index 9e358dab1a..a714644e65 100644 --- a/gdb/testsuite/gdb.gdbtk/browser.test +++ b/gdb/testsuite/gdb.gdbtk/browser.test @@ -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 diff --git a/gdb/testsuite/gdb.gdbtk/console.test b/gdb/testsuite/gdb.gdbtk/console.test index 41e79465cd..e75bf0ffcf 100644 --- a/gdb/testsuite/gdb.gdbtk/console.test +++ b/gdb/testsuite/gdb.gdbtk/console.test @@ -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 diff --git a/gdb/testsuite/gdb.gdbtk/srcwin.test b/gdb/testsuite/gdb.gdbtk/srcwin.test index eaa9ba8530..a1bae8cc53 100644 --- a/gdb/testsuite/gdb.gdbtk/srcwin.test +++ b/gdb/testsuite/gdb.gdbtk/srcwin.test @@ -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 diff --git a/gdb/testsuite/gdb.gdbtk/srcwin2.test b/gdb/testsuite/gdb.gdbtk/srcwin2.test index ee693e269c..926e0f57cc 100644 --- a/gdb/testsuite/gdb.gdbtk/srcwin2.test +++ b/gdb/testsuite/gdb.gdbtk/srcwin2.test @@ -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) diff --git a/gdb/testsuite/gdb.gdbtk/srcwin3.test b/gdb/testsuite/gdb.gdbtk/srcwin3.test index b9a1617bb5..c752a6bc0a 100644 --- a/gdb/testsuite/gdb.gdbtk/srcwin3.test +++ b/gdb/testsuite/gdb.gdbtk/srcwin3.test @@ -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) ########################################################### diff --git a/gdb/testsuite/gdb.gdbtk/windows.test b/gdb/testsuite/gdb.gdbtk/windows.test index d8f72c549f..76dd7ea74f 100644 --- a/gdb/testsuite/gdb.gdbtk/windows.test +++ b/gdb/testsuite/gdb.gdbtk/windows.test @@ -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 diff --git a/gdb/testsuite/gdb.threads/tls2.c b/gdb/testsuite/gdb.threads/tls2.c index f87ec2f969..50117f4ee1 100644 --- a/gdb/testsuite/gdb.threads/tls2.c +++ b/gdb/testsuite/gdb.threads/tls2.c @@ -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; -- 2.11.0