From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10832 invoked by alias); 2 Jan 2012 02:58:37 -0000 Received: (qmail 10821 invoked by uid 22791); 2 Jan 2012 02:58:36 -0000 X-SWARE-Spam-Status: No, hits=-7.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Jan 2012 02:58:14 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q022w2fT030456 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 1 Jan 2012 21:58:02 -0500 Received: from host2.jankratochvil.net (ovpn-116-32.ams2.redhat.com [10.36.116.32]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q022vw1F007092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 1 Jan 2012 21:58:01 -0500 Date: Mon, 02 Jan 2012 02:58:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [patch] Fix gdb.cp/gdb2495.exp regression with gcc-4.7 #3 Message-ID: <20120102025758.GA20654@host2.jankratochvil.net> References: <20111222202047.GA16110@host2.jankratochvil.net> <20111227045606.GE23376@adacore.com> <20111228161208.GB10556@host2.jankratochvil.net> <20111228180148.GA18057@host2.jankratochvil.net> <201112282009.pBSK9LHn029918@glazunov.sibelius.xs4all.nl> <20111229231251.GA27794@host2.jankratochvil.net> <20111230033020.GA20473@adacore.com> <20111230111104.GA21767@host2.jankratochvil.net> <20120101222147.GA23665@host2.jankratochvil.net> <20120102024532.GA2730@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120102024532.GA2730@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-01/txt/msg00016.txt.bz2 On Mon, 02 Jan 2012 03:45:32 +0100, Joel Brobecker wrote: > and maybe this one. For yours, there's been enough > scrutiny I think that it can go in I think that it can go in already. Checked in: http://sourceware.org/ml/gdb-cvs/2012-01/msg00013.html Checked in 7.4: http://sourceware.org/ml/gdb-cvs/2012-01/msg00014.html > PS: For the ChangeLog on the branch, yeah, no point in rotating it. > It'd be a very small ChangeLog in the end. However, we do need > to be careful with copyright dates, I see I should have checked in for 7.4 also the patch below, right? Thanks, Jan gdb/ 2012-01-02 Jan Kratochvil * arch-utils.c: Update the copyright for 2012. * infcall.c: Update the copyright for 2012. * ppc-linux-tdep.c: Update the copyright for 2012. --- gdb/arch-utils.c 2 Jan 2012 02:53:34 -0000 1.193.2.1 +++ gdb/arch-utils.c 2 Jan 2012 02:56:21 -0000 @@ -1,7 +1,7 @@ /* Dynamic architecture support for GDB, the GNU debugger. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This file is part of GDB. --- gdb/infcall.c 2 Jan 2012 02:53:34 -0000 1.147.2.1 +++ gdb/infcall.c 2 Jan 2012 02:56:22 -0000 @@ -2,7 +2,7 @@ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This file is part of GDB. --- gdb/ppc-linux-tdep.c 2 Jan 2012 02:53:34 -0000 1.129.2.2 +++ gdb/ppc-linux-tdep.c 2 Jan 2012 02:56:22 -0000 @@ -1,7 +1,7 @@ /* Target-dependent code for GDB, the GNU debugger. Copyright (C) 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This file is part of GDB.