From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16319 invoked by alias); 21 Dec 2008 17:12:03 -0000 Received: (qmail 16309 invoked by uid 22791); 21 Dec 2008 17:12:02 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,KAM_MX,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 21 Dec 2008 17:11:07 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mBLHAH6M029845; Sun, 21 Dec 2008 12:10:17 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mBLHAGRX003794; Sun, 21 Dec 2008 12:10:16 -0500 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mBLHAENB003267; Sun, 21 Dec 2008 12:10:15 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id mBLHADFB005800; Sun, 21 Dec 2008 18:10:14 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id mBLHACGf005797; Sun, 21 Dec 2008 18:10:12 +0100 Date: Sun, 21 Dec 2008 17:12:00 -0000 From: Jan Kratochvil To: Andreas Schwab Cc: Ulrich Weigand , gdb-patches@sourceware.org, Daniel Jacobowitz Subject: [ob] Remove bug-gdb@prep.ai.mit.edu (PR 8648) [Re: [patch] Fix hw watchpoints regression on i386/x86_64/ia64] Message-ID: <20081221171012.GA5714@host0.dyn.jankratochvil.net> References: <20081208083759.GA18359@host0.dyn.jankratochvil.net> <200812172012.mBHKCDY5006031@d12av02.megacenter.de.ibm.com> <20081221151046.GA9181@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00366.txt.bz2 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 459 On Sun, 21 Dec 2008 17:15:30 +0100, Andreas Schwab wrote: > Jan Kratochvil writes: > > > + Please email any bugs, comments, and/or additions to this file to: > > + bug-gdb@prep.ai.mit.edu */ > > Please remove this paragraph. Thanks for the notice, going to commit this patch as obvious. Assuming PR GDB/# just now should use the new BZ numbers as there is fortunately no ambiguity due to the shift by 7105. Regards, Jan --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="gdb-email.patch" Content-length: 5431 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; --5mCyUwZo2JvN/JJP--