[patch] Fix gdb.cp/gdb2495.exp regression with gcc-4.7 #3
Jan Kratochvil
jan.kratochvil@redhat.com
Mon Jan 2 02:58:00 GMT 2012
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 <jan.kratochvil@redhat.com>
* 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.
More information about the Gdb-patches
mailing list