diff -Nrcpad gcc-4.2.1/gcc/objc/ChangeLog gcc-4.2.2/gcc/objc/ChangeLog *** gcc-4.2.1/gcc/objc/ChangeLog Thu Jul 19 14:29:09 2007 --- gcc-4.2.2/gcc/objc/ChangeLog Sun Oct 7 21:19:41 2007 *************** *** 1,3 **** --- 1,15 ---- + 2007-10-07 Release Manager + + * GCC 4.2.2 released. + + 2007-08-29 Nick Clifton + + * Make-lang.in: Change copyright header to refer to version 3 of + the GNU General Public License and to point readers at the + COPYING3 file and the FSF's license web page. + * lang-specs.h, objc-act.c, objc-tree.def, objc-act.h, + config-lang.in, objc-lang.c: Likewise. + 2007-07-19 Release Manager * GCC 4.2.1 released. diff -Nrcpad gcc-4.2.1/gcc/objc/Make-lang.in gcc-4.2.2/gcc/objc/Make-lang.in *** gcc-4.2.1/gcc/objc/Make-lang.in Tue Oct 10 23:48:09 2006 --- gcc-4.2.2/gcc/objc/Make-lang.in Fri Aug 31 08:27:50 2007 *************** *** 1,12 **** # Top level -*- makefile -*- fragment for GNU Objective-C ! # Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. #This file is part of GCC. #GCC is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by ! #the Free Software Foundation; either version 2, or (at your option) #any later version. #GCC is distributed in the hope that it will be useful, --- 1,12 ---- # Top level -*- makefile -*- fragment for GNU Objective-C ! # Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2007 # Free Software Foundation, Inc. #This file is part of GCC. #GCC is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by ! #the Free Software Foundation; either version 3, or (at your option) #any later version. #GCC is distributed in the hope that it will be useful, *************** *** 14,23 **** #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #GNU General Public License for more details. ! #You should have received a copy of the GNU General Public License ! #along with GCC; see the file COPYING. If not, write to ! #the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! #Boston, MA 02110-1301, USA. # This file provides the language dependent support in the main Makefile. # Each language makefile fragment must provide the following targets: --- 14,23 ---- #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #GNU General Public License for more details. ! # You should have received a copy of the GNU General Public License ! # along with GCC; see the file COPYING3. If not see ! # . ! # This file provides the language dependent support in the main Makefile. # Each language makefile fragment must provide the following targets: diff -Nrcpad gcc-4.2.1/gcc/objc/config-lang.in gcc-4.2.2/gcc/objc/config-lang.in *** gcc-4.2.1/gcc/objc/config-lang.in Sat Jun 25 00:33:05 2005 --- gcc-4.2.2/gcc/objc/config-lang.in Fri Aug 31 08:27:50 2007 *************** *** 1,12 **** # Top level configure fragment for GNU Objective-C ! # Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. #This file is part of GCC. #GCC is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by ! #the Free Software Foundation; either version 2, or (at your option) #any later version. #GCC is distributed in the hope that it will be useful, --- 1,12 ---- # Top level configure fragment for GNU Objective-C ! # Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2007 # Free Software Foundation, Inc. #This file is part of GCC. #GCC is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by ! #the Free Software Foundation; either version 3, or (at your option) #any later version. #GCC is distributed in the hope that it will be useful, *************** *** 14,23 **** #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #GNU General Public License for more details. ! #You should have received a copy of the GNU General Public License ! #along with GCC; see the file COPYING. If not, write to ! #the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! #Boston, MA 02110-1301, USA. # Configure looks for the existence of this file to auto-config each language. # We define several parameters used by configure: --- 14,22 ---- #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #GNU General Public License for more details. ! # You should have received a copy of the GNU General Public License ! # along with GCC; see the file COPYING3. If not see ! # . # Configure looks for the existence of this file to auto-config each language. # We define several parameters used by configure: diff -Nrcpad gcc-4.2.1/gcc/objc/lang-specs.h gcc-4.2.2/gcc/objc/lang-specs.h *** gcc-4.2.1/gcc/objc/lang-specs.h Sat Jun 25 00:33:05 2005 --- gcc-4.2.2/gcc/objc/lang-specs.h Fri Aug 31 08:27:50 2007 *************** *** 1,12 **** /* Definitions for specs for Objective-C. ! Copyright (C) 1998, 1999, 2002, 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 2, or (at your option) any later version. GCC is distributed in the hope that it will be useful, --- 1,12 ---- /* Definitions for specs for Objective-C. ! Copyright (C) 1998, 1999, 2002, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, *************** MERCHANTABILITY or FITNESS FOR A PARTICU *** 15,23 **** GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING. If not, write to ! the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! Boston, MA 02110-1301, USA. */ /* This is the contribution to the `default_compilers' array in gcc.c for objc. */ --- 15,23 ---- GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING3. If not see ! . */ ! /* This is the contribution to the `default_compilers' array in gcc.c for objc. */ diff -Nrcpad gcc-4.2.1/gcc/objc/objc-act.c gcc-4.2.2/gcc/objc/objc-act.c *** gcc-4.2.1/gcc/objc/objc-act.c Tue Apr 3 16:43:15 2007 --- gcc-4.2.2/gcc/objc/objc-act.c Fri Aug 31 08:27:50 2007 *************** *** 1,13 **** /* Implement classes and message passing for Objective C. Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000, ! 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Contributed by Steve Naroff. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 2, or (at your option) any later version. GCC is distributed in the hope that it will be useful, --- 1,13 ---- /* Implement classes and message passing for Objective C. Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000, ! 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by Steve Naroff. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, *************** MERCHANTABILITY or FITNESS FOR A PARTICU *** 16,24 **** GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING. If not, write to ! the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! Boston, MA 02110-1301, USA. */ /* Purpose: This module implements the Objective-C 4.0 language. --- 16,24 ---- GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING3. If not see ! . */ ! /* Purpose: This module implements the Objective-C 4.0 language. diff -Nrcpad gcc-4.2.1/gcc/objc/objc-act.h gcc-4.2.2/gcc/objc/objc-act.h *** gcc-4.2.1/gcc/objc/objc-act.h Fri Jul 8 23:37:11 2005 --- gcc-4.2.2/gcc/objc/objc-act.h Fri Aug 31 08:27:50 2007 *************** *** 1,12 **** /* Declarations for objc-act.c. ! Copyright (C) 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 2, or (at your option) any later version. GCC is distributed in the hope that it will be useful, --- 1,12 ---- /* Declarations for objc-act.c. ! Copyright (C) 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, *************** MERCHANTABILITY or FITNESS FOR A PARTICU *** 15,23 **** GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING. If not, write to ! the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! Boston, MA 02110-1301, USA. */ #ifndef GCC_OBJC_ACT_H #define GCC_OBJC_ACT_H --- 15,23 ---- GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING3. If not see ! . */ ! #ifndef GCC_OBJC_ACT_H #define GCC_OBJC_ACT_H diff -Nrcpad gcc-4.2.1/gcc/objc/objc-lang.c gcc-4.2.2/gcc/objc/objc-lang.c *** gcc-4.2.1/gcc/objc/objc-lang.c Fri Jul 8 23:37:11 2005 --- gcc-4.2.2/gcc/objc/objc-lang.c Fri Aug 31 08:27:50 2007 *************** *** 1,12 **** /* Language-dependent hooks for Objective-C. ! Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 2, or (at your option) any later version. GCC is distributed in the hope that it will be useful, --- 1,13 ---- /* Language-dependent hooks for Objective-C. ! Copyright 2001, 2002, 2003, 2004, 2005, 2007 ! Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, *************** MERCHANTABILITY or FITNESS FOR A PARTICU *** 15,23 **** GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING. If not, write to ! the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" --- 16,24 ---- GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING3. If not see ! . */ ! #include "config.h" #include "system.h" diff -Nrcpad gcc-4.2.1/gcc/objc/objc-tree.def gcc-4.2.2/gcc/objc/objc-tree.def *** gcc-4.2.1/gcc/objc/objc-tree.def Sat Jun 25 00:33:05 2005 --- gcc-4.2.2/gcc/objc/objc-tree.def Fri Aug 31 08:27:50 2007 *************** *** 1,14 **** /* This file contains the definitions and documentation for the additional tree codes used in the Objective C front end (see tree.def for the standard codes). ! Copyright (C) 1990, 1997, 1998, 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 2, or (at your option) any later version. GCC is distributed in the hope that it will be useful, --- 1,14 ---- /* This file contains the definitions and documentation for the additional tree codes used in the Objective C front end (see tree.def for the standard codes). ! Copyright (C) 1990, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, *************** MERCHANTABILITY or FITNESS FOR A PARTICU *** 17,25 **** GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING. If not, write to ! the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! Boston, MA 02110-1301, USA. */ /* Objective-C types. */ --- 17,24 ---- GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING3. If not see ! . */ /* Objective-C types. */ diff -Nrcpad gcc-4.2.1/gcc/objcp/ChangeLog gcc-4.2.2/gcc/objcp/ChangeLog *** gcc-4.2.1/gcc/objcp/ChangeLog Thu Jul 19 14:29:19 2007 --- gcc-4.2.2/gcc/objcp/ChangeLog Sun Oct 7 21:19:50 2007 *************** *** 1,3 **** --- 1,15 ---- + 2007-10-07 Release Manager + + * GCC 4.2.2 released. + + 2007-08-29 Nick Clifton + + * Make-lang.in: Change copyright header to refer to version 3 of + the GNU General Public License and to point readers at the + COPYING3 file and the FSF's license web page. + * lang-specs.h, objcp-decl.c, objcp-decl.h, config-lang.in, + objcp-lang.c: Likewise. + 2007-07-19 Release Manager * GCC 4.2.1 released. diff -Nrcpad gcc-4.2.1/gcc/objcp/Make-lang.in gcc-4.2.2/gcc/objcp/Make-lang.in *** gcc-4.2.1/gcc/objcp/Make-lang.in Tue Oct 10 23:48:09 2006 --- gcc-4.2.2/gcc/objcp/Make-lang.in Fri Aug 31 08:27:50 2007 *************** *** 1,12 **** # Top level -*- makefile -*- fragment for GNU Objective-C++ ! # Copyright (C) 2005 Free Software Foundation, Inc. # Contributed by Ziemowit Laski #This file is part of GCC. #GCC is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by ! #the Free Software Foundation; either version 2, or (at your option) #any later version. #GCC is distributed in the hope that it will be useful, --- 1,12 ---- # Top level -*- makefile -*- fragment for GNU Objective-C++ ! # Copyright (C) 2005, 2007 Free Software Foundation, Inc. # Contributed by Ziemowit Laski #This file is part of GCC. #GCC is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by ! #the Free Software Foundation; either version 3, or (at your option) #any later version. #GCC is distributed in the hope that it will be useful, *************** *** 15,23 **** #GNU General Public License for more details. #You should have received a copy of the GNU General Public License ! #along with GCC; see the file COPYING. If not, write to ! #the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! #Boston, MA 02110-1301, USA. # This file provides the language dependent support in the main Makefile. # Each language makefile fragment must provide the following targets: --- 15,23 ---- #GNU General Public License for more details. #You should have received a copy of the GNU General Public License ! #along with GCC; see the file COPYING3. If not see ! #. ! # This file provides the language dependent support in the main Makefile. # Each language makefile fragment must provide the following targets: diff -Nrcpad gcc-4.2.1/gcc/objcp/config-lang.in gcc-4.2.2/gcc/objcp/config-lang.in *** gcc-4.2.1/gcc/objcp/config-lang.in Mon Jul 3 07:58:08 2006 --- gcc-4.2.2/gcc/objcp/config-lang.in Fri Aug 31 08:27:50 2007 *************** *** 1,12 **** # Top level configure fragment for GNU Objective-C++. ! # Copyright (C) 2005 Free Software Foundation, Inc. # Contributed by Ziemowit Laski #This file is part of GCC. #GCC is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by ! #the Free Software Foundation; either version 2, or (at your option) #any later version. #GCC is distributed in the hope that it will be useful, --- 1,12 ---- # Top level configure fragment for GNU Objective-C++. ! # Copyright (C) 2005, 2007 Free Software Foundation, Inc. # Contributed by Ziemowit Laski #This file is part of GCC. #GCC is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by ! #the Free Software Foundation; either version 3, or (at your option) #any later version. #GCC is distributed in the hope that it will be useful, *************** *** 15,23 **** #GNU General Public License for more details. #You should have received a copy of the GNU General Public License ! #along with GCC; see the file COPYING. If not, write to ! #the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! #Boston, MA 02110-1301, USA. # Configure looks for the existence of this file to auto-config each language. # We define several parameters used by configure: --- 15,22 ---- #GNU General Public License for more details. #You should have received a copy of the GNU General Public License ! #along with GCC; see the file COPYING3. If not see ! #. # Configure looks for the existence of this file to auto-config each language. # We define several parameters used by configure: diff -Nrcpad gcc-4.2.1/gcc/objcp/lang-specs.h gcc-4.2.2/gcc/objcp/lang-specs.h *** gcc-4.2.1/gcc/objcp/lang-specs.h Sat Jun 25 00:33:05 2005 --- gcc-4.2.2/gcc/objcp/lang-specs.h Fri Aug 31 08:27:50 2007 *************** *** 1,12 **** /* Definitions for specs for Objective-C++. ! Copyright (C) 2005 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 2, or (at your option) any later version. GCC is distributed in the hope that it will be useful, --- 1,12 ---- /* Definitions for specs for Objective-C++. ! Copyright (C) 2005, 2007 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, *************** MERCHANTABILITY or FITNESS FOR A PARTICU *** 15,23 **** GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING. If not, write to ! the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! Boston, MA 02110-1301, USA. */ /* This is the contribution to the `default_compilers' array in gcc.c for obj-c++. It is based on -- and should be kept in sync with -- the g++ --- 15,23 ---- GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING3. If not see ! . */ ! /* This is the contribution to the `default_compilers' array in gcc.c for obj-c++. It is based on -- and should be kept in sync with -- the g++ diff -Nrcpad gcc-4.2.1/gcc/objcp/objcp-decl.c gcc-4.2.2/gcc/objcp/objcp-decl.c *** gcc-4.2.1/gcc/objcp/objcp-decl.c Fri Jun 30 15:22:48 2006 --- gcc-4.2.2/gcc/objcp/objcp-decl.c Fri Aug 31 08:27:50 2007 *************** *** 1,13 **** /* Process the ObjC-specific declarations and variables for the Objective-C++ compiler. ! Copyright (C) 2005 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free ! Software Foundation; either version 2, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY --- 1,13 ---- /* Process the ObjC-specific declarations and variables for the Objective-C++ compiler. ! Copyright (C) 2005, 2007 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free ! Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY *************** FITNESS FOR A PARTICULAR PURPOSE. See t *** 16,24 **** for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING. If not, write to the Free ! Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA ! 02110-1301, USA. */ #include "config.h" #include "system.h" --- 16,23 ---- for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING3. If not see ! . */ #include "config.h" #include "system.h" diff -Nrcpad gcc-4.2.1/gcc/objcp/objcp-decl.h gcc-4.2.2/gcc/objcp/objcp-decl.h *** gcc-4.2.1/gcc/objcp/objcp-decl.h Tue Nov 22 19:05:51 2005 --- gcc-4.2.2/gcc/objcp/objcp-decl.h Fri Aug 31 08:27:50 2007 *************** *** 1,13 **** /* Process the ObjC-specific declarations and variables for the Objective-C++ compiler. ! Copyright (C) 2005 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free ! Software Foundation; either version 2, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY --- 1,13 ---- /* Process the ObjC-specific declarations and variables for the Objective-C++ compiler. ! Copyright (C) 2005, 2007 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free ! Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY *************** FITNESS FOR A PARTICULAR PURPOSE. See t *** 16,24 **** for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING. If not, write to the Free ! Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA ! 02110-1301, USA. */ #ifndef GCC_OBJCP_DECL_H #define GCC_OBJCP_DECL_H --- 16,24 ---- for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING3. If not see ! . */ ! #ifndef GCC_OBJCP_DECL_H #define GCC_OBJCP_DECL_H diff -Nrcpad gcc-4.2.1/gcc/objcp/objcp-lang.c gcc-4.2.2/gcc/objcp/objcp-lang.c *** gcc-4.2.1/gcc/objcp/objcp-lang.c Sun Aug 20 23:53:10 2006 --- gcc-4.2.2/gcc/objcp/objcp-lang.c Fri Aug 31 08:27:50 2007 *************** *** 1,12 **** /* Language-dependent hooks for Objective-C++. ! Copyright 2005 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 2, or (at your option) any later version. GCC is distributed in the hope that it will be useful, --- 1,12 ---- /* Language-dependent hooks for Objective-C++. ! Copyright 2005, 2007 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ! the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, *************** MERCHANTABILITY or FITNESS FOR A PARTICU *** 15,23 **** GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING. If not, write to ! the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" --- 15,23 ---- GNU General Public License for more details. You should have received a copy of the GNU General Public License ! along with GCC; see the file COPYING3. If not see ! . */ ! #include "config.h" #include "system.h" diff -Nrcpad gcc-4.2.1/libobjc/ChangeLog gcc-4.2.2/libobjc/ChangeLog *** gcc-4.2.1/libobjc/ChangeLog Thu Jul 19 14:29:45 2007 --- gcc-4.2.2/libobjc/ChangeLog Sun Oct 7 21:20:08 2007 *************** *** 1,3 **** --- 1,7 ---- + 2007-10-07 Release Manager + + * GCC 4.2.2 released. + 2007-07-19 Release Manager * GCC 4.2.1 released.