diff -Nrcpad gcc-4.2.1/gcc/ada/ChangeLog gcc-4.2.2/gcc/ada/ChangeLog *** gcc-4.2.1/gcc/ada/ChangeLog Thu Jul 19 14:29:23 2007 --- gcc-4.2.2/gcc/ada/ChangeLog Sun Oct 7 21:19:54 2007 *************** *** 1,3 **** --- 1,23 ---- + 2007-10-07 Release Manager + + * GCC 4.2.2 released. + + 2007-09-03 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. + * ada-tree.def, nmake.adt, nlists.h, snames.h, utils.c, + Makefile.rtl, Makefile.in, config-lang.in, uintp.h, urealp.h, + namet.h, decl.c, utils2.c, lang.opt, elists.h, atree.h, types.h, + treeprs.adt, lang-specs.h, cuintp.c, stringt.h, gnatbl.c: + Likewise. + + 2007-08-22 Krister Walfridsson + + * env.c ( __gnat_clearenv): Use the __gnat_unsetenv mechanism for + NetBSD. + 2007-07-19 Release Manager * GCC 4.2.1 released. diff -Nrcpad gcc-4.2.1/gcc/ada/Make-lang.in gcc-4.2.2/gcc/ada/Make-lang.in *** gcc-4.2.1/gcc/ada/Make-lang.in Wed Feb 28 10:01:04 2007 --- gcc-4.2.2/gcc/ada/Make-lang.in Mon Sep 3 13:11:02 2007 *************** *** 6,12 **** #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, --- 6,12 ---- #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/ada/Makefile.in gcc-4.2.2/gcc/ada/Makefile.in *** gcc-4.2.1/gcc/ada/Makefile.in Tue Oct 17 04:24:13 2006 --- gcc-4.2.2/gcc/ada/Makefile.in Mon Sep 3 13:11:02 2007 *************** *** 1,11 **** # Makefile for GNU Ada Compiler (GNAT). ! # Copyright (C) 1994-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,11 ---- # Makefile for GNU Ada Compiler (GNAT). ! # Copyright (C) 1994-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,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 COPYING. If not, write to ! #the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! #Boston, MA 02110-1301, USA. # The makefile built from this file lives in the language subdirectory. # Its purpose is to provide support for: --- 14,21 ---- #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 ! #. # The makefile built from this file lives in the language subdirectory. # Its purpose is to provide support for: diff -Nrcpad gcc-4.2.1/gcc/ada/Makefile.rtl gcc-4.2.2/gcc/ada/Makefile.rtl *** gcc-4.2.1/gcc/ada/Makefile.rtl Wed Feb 15 09:34:21 2006 --- gcc-4.2.2/gcc/ada/Makefile.rtl Mon Sep 3 13:11:02 2007 *************** *** 1,11 **** # Makefile.rtl for GNU Ada Compiler (GNAT). ! # Copyright (C) 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,11 ---- # Makefile.rtl for GNU Ada Compiler (GNAT). ! # Copyright (C) 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, *************** *** 14,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 COPYING. If not, write to ! #the Free Software Foundation, 51 Franklin Street, Fifth Floor, ! #Boston, MA 02110-1301, USA. # This makefile fragment is included in the ada Makefile (both Unix # and NT and VMS versions). --- 14,21 ---- #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 makefile fragment is included in the ada Makefile (both Unix # and NT and VMS versions). diff -Nrcpad gcc-4.2.1/gcc/ada/ada-tree.def gcc-4.2.2/gcc/ada/ada-tree.def *** gcc-4.2.1/gcc/ada/ada-tree.def Fri Jul 1 01:29:17 2005 --- gcc-4.2.2/gcc/ada/ada-tree.def Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * Specification * * * ! * Copyright (C) 1992-2004 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * Specification * * * ! * Copyright (C) 1992-2004, 2007 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/atree.h gcc-4.2.2/gcc/ada/atree.h *** gcc-4.2.1/gcc/ada/atree.h Fri Jul 1 01:29:17 2005 --- gcc-4.2.2/gcc/ada/atree.h Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Header File * * * ! * Copyright (C) 1992-2005, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Header File * * * ! * Copyright (C) 1992-2005, 2007 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/config-lang.in gcc-4.2.2/gcc/ada/config-lang.in *** gcc-4.2.1/gcc/ada/config-lang.in Fri Jul 1 01:29:17 2005 --- gcc-4.2.2/gcc/ada/config-lang.in Mon Sep 3 13:11:02 2007 *************** *** 1,11 **** # Top level configure fragment for GNU Ada (GNAT). ! # Copyright (C) 1994-2003 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,11 ---- # Top level configure fragment for GNU Ada (GNAT). ! # Copyright (C) 1994-2003, 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,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 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,21 ---- #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/ada/cuintp.c gcc-4.2.2/gcc/ada/cuintp.c *** gcc-4.2.1/gcc/ada/cuintp.c Tue Nov 15 13:54:14 2005 --- gcc-4.2.2/gcc/ada/cuintp.c Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Implementation File * * * ! * Copyright (C) 1992-2005 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Implementation File * * * ! * Copyright (C) 1992-2005, 2007 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/decl.c gcc-4.2.2/gcc/ada/decl.c *** gcc-4.2.1/gcc/ada/decl.c Fri Nov 17 15:11:17 2006 --- gcc-4.2.2/gcc/ada/decl.c Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Implementation File * * * ! * Copyright (C) 1992-2006, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Implementation File * * * ! * Copyright (C) 1992-2007, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/elists.h gcc-4.2.2/gcc/ada/elists.h *** gcc-4.2.1/gcc/ada/elists.h Fri Jul 1 01:29:17 2005 --- gcc-4.2.2/gcc/ada/elists.h Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Header File * * * ! * Copyright (C) 1992-2003 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Header File * * * ! * Copyright (C) 1992-2003, 2007 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/env.c gcc-4.2.2/gcc/ada/env.c *** gcc-4.2.1/gcc/ada/env.c Sun May 28 18:03:28 2006 --- gcc-4.2.2/gcc/ada/env.c Wed Aug 22 17:54:43 2007 *************** *** 6,12 **** * * * C Implementation File * * * ! * Copyright (C) 2005-2006, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * --- 6,12 ---- * * * C Implementation File * * * ! * Copyright (C) 2005-2007, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * *************** void __gnat_clearenv (void) { *** 288,294 **** index++; } #elif defined (__MINGW32__) || defined (__FreeBSD__) || defined (__APPLE__) \ ! || (defined (__vxworks) && defined (__RTP__)) || defined (__CYGWIN__) /* On Windows, FreeBSD and MacOS there is no function to clean all the environment but there is a "clean" way to unset a variable. So go through the environ table and call __gnat_unsetenv on all entries */ --- 288,295 ---- index++; } #elif defined (__MINGW32__) || defined (__FreeBSD__) || defined (__APPLE__) \ ! || (defined (__vxworks) && defined (__RTP__)) || defined (__CYGWIN__) \ ! || defined (__NetBSD__) /* On Windows, FreeBSD and MacOS there is no function to clean all the environment but there is a "clean" way to unset a variable. So go through the environ table and call __gnat_unsetenv on all entries */ diff -Nrcpad gcc-4.2.1/gcc/ada/gnatbl.c gcc-4.2.2/gcc/ada/gnatbl.c *** gcc-4.2.1/gcc/ada/gnatbl.c Fri Jul 1 01:29:17 2005 --- gcc-4.2.2/gcc/ada/gnatbl.c Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Implementation File * * * ! * Copyright (C) 1992-2005 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Implementation File * * * ! * Copyright (C) 1992-2005, 2007 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/lang-specs.h gcc-4.2.2/gcc/ada/lang-specs.h *** gcc-4.2.1/gcc/ada/lang-specs.h Fri Jul 1 01:29:17 2005 --- gcc-4.2.2/gcc/ada/lang-specs.h Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Header File * * * ! * Copyright (C) 1992-2004 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Header File * * * ! * Copyright (C) 1992-2004, 2007 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/lang.opt gcc-4.2.2/gcc/ada/lang.opt *** gcc-4.2.1/gcc/ada/lang.opt Sun Mar 4 10:05:44 2007 --- gcc-4.2.2/gcc/ada/lang.opt Mon Sep 3 13:11:02 2007 *************** *** 1,11 **** ; Options for the Ada front end. ! ; Copyright (C) 2003 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, but WITHOUT ANY --- 1,11 ---- ; Options for the Ada front end. ! ; Copyright (C) 2003, 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, but WITHOUT ANY *************** *** 14,22 **** ; 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. ; See the GCC internals manual for a description of this file's format. --- 14,22 ---- ; 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 ! ; . ! ; See the GCC internals manual for a description of this file's format. diff -Nrcpad gcc-4.2.1/gcc/ada/namet.h gcc-4.2.2/gcc/ada/namet.h *** gcc-4.2.1/gcc/ada/namet.h Tue Nov 15 14:00:59 2005 --- gcc-4.2.2/gcc/ada/namet.h Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Header File * * * ! * Copyright (C) 1992-2005 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Header File * * * ! * Copyright (C) 1992-2005, 2007 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/nlists.h gcc-4.2.2/gcc/ada/nlists.h *** gcc-4.2.1/gcc/ada/nlists.h Fri Jul 1 01:29:17 2005 --- gcc-4.2.2/gcc/ada/nlists.h Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Header File * * * ! * Copyright (C) 1992-2003, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Header File * * * ! * Copyright (C) 1992-2003, 2007 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/nmake.adt gcc-4.2.2/gcc/ada/nmake.adt *** gcc-4.2.1/gcc/ada/nmake.adt Fri Jul 1 01:29:17 2005 --- gcc-4.2.2/gcc/ada/nmake.adt Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** -- -- -- T e m p l a t e -- -- -- ! -- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- ! -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write -- ! -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- ! -- Boston, MA 02110-1301, USA. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- --- 6,22 ---- -- -- -- T e m p l a t e -- -- -- ! -- Copyright (C) 1992-2005, 2007 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- ! -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of 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 -- ! -- . -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- diff -Nrcpad gcc-4.2.1/gcc/ada/snames.h gcc-4.2.2/gcc/ada/snames.h *** gcc-4.2.1/gcc/ada/snames.h Wed Feb 15 09:32:12 2006 --- gcc-4.2.2/gcc/ada/snames.h Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Header File * * * ! * Copyright (C) 1992-2006, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Header File * * * ! * Copyright (C) 1992-2007, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/stringt.h gcc-4.2.2/gcc/ada/stringt.h *** gcc-4.2.1/gcc/ada/stringt.h Fri Jul 1 01:29:17 2005 --- gcc-4.2.2/gcc/ada/stringt.h Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Header File * * * ! * Copyright (C) 1992-2003 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Header File * * * ! * Copyright (C) 1992-2003, 2007 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/treeprs.adt gcc-4.2.2/gcc/ada/treeprs.adt *** gcc-4.2.1/gcc/ada/treeprs.adt Tue Nov 15 14:06:45 2005 --- gcc-4.2.2/gcc/ada/treeprs.adt Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** -- -- -- T e m p l a t e -- -- -- ! -- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- ! -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write -- ! -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- ! -- Boston, MA 02110-1301, USA. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- --- 6,22 ---- -- -- -- T e m p l a t e -- -- -- ! -- Copyright (C) 1992-2005, 2007 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- ! -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see the file COPYING3. If not see -- ! -- . -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- diff -Nrcpad gcc-4.2.1/gcc/ada/types.h gcc-4.2.2/gcc/ada/types.h *** gcc-4.2.1/gcc/ada/types.h Wed Feb 15 09:31:54 2006 --- gcc-4.2.2/gcc/ada/types.h Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Header File * * * ! * Copyright (C) 1992-2005, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Header File * * * ! * Copyright (C) 1992-2005, 2007 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/uintp.h gcc-4.2.2/gcc/ada/uintp.h *** gcc-4.2.1/gcc/ada/uintp.h Fri Jul 1 01:29:17 2005 --- gcc-4.2.2/gcc/ada/uintp.h Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Header File * * * ! * Copyright (C) 1992-2005, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Header File * * * ! * Copyright (C) 1992-2005, 2007 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/urealp.h gcc-4.2.2/gcc/ada/urealp.h *** gcc-4.2.1/gcc/ada/urealp.h Fri Jul 1 01:29:17 2005 --- gcc-4.2.2/gcc/ada/urealp.h Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Header File * * * ! * Copyright (C) 1992-2003 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Header File * * * ! * Copyright (C) 1992-2003, 2007 Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/utils.c gcc-4.2.2/gcc/ada/utils.c *** gcc-4.2.1/gcc/ada/utils.c Tue Oct 3 16:36:41 2006 --- gcc-4.2.2/gcc/ada/utils.c Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Implementation File * * * ! * Copyright (C) 1992-2006, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Implementation File * * * ! * Copyright (C) 1992-2007, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gcc/ada/utils2.c gcc-4.2.2/gcc/ada/utils2.c *** gcc-4.2.1/gcc/ada/utils2.c Fri Sep 29 06:52:04 2006 --- gcc-4.2.2/gcc/ada/utils2.c Mon Sep 3 13:11:02 2007 *************** *** 6,23 **** * * * C Implementation File * * * ! * Copyright (C) 1992-2006, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 2, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 distributed with GNAT; see file COPYING. If not, write * ! * to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * ! * Boston, MA 02110-1301, USA. * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * --- 6,22 ---- * * * C Implementation File * * * ! * Copyright (C) 1992-2007, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * ! * ware Foundation; either version 3, or (at your option) any later ver- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- * * OUT ANY WARRANTY; without even the implied warranty of 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 * ! * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff -Nrcpad gcc-4.2.1/gnattools/ChangeLog gcc-4.2.2/gnattools/ChangeLog *** gcc-4.2.1/gnattools/ChangeLog Thu Jul 19 14:30:52 2007 --- gcc-4.2.2/gnattools/ChangeLog Sun Oct 7 21:20:46 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. diff -Nrcpad gcc-4.2.1/libada/ChangeLog gcc-4.2.2/libada/ChangeLog *** gcc-4.2.1/libada/ChangeLog Thu Jul 19 14:29:53 2007 --- gcc-4.2.2/libada/ChangeLog Sun Oct 7 21:20:14 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.