diff options
Diffstat (limited to 'gcc/config/m32c')
-rw-r--r-- | gcc/config/m32c/addsub.md | 9 | ||||
-rw-r--r-- | gcc/config/m32c/bitops.md | 9 | ||||
-rw-r--r-- | gcc/config/m32c/blkmov.md | 9 | ||||
-rw-r--r-- | gcc/config/m32c/cond.md | 9 | ||||
-rw-r--r-- | gcc/config/m32c/jump.md | 9 | ||||
-rw-r--r-- | gcc/config/m32c/m32c-modes.def | 9 | ||||
-rw-r--r-- | gcc/config/m32c/m32c-pragma.c | 9 | ||||
-rw-r--r-- | gcc/config/m32c/m32c-protos.h | 9 | ||||
-rw-r--r-- | gcc/config/m32c/m32c.abi | 9 | ||||
-rw-r--r-- | gcc/config/m32c/m32c.c | 7 | ||||
-rw-r--r-- | gcc/config/m32c/m32c.h | 9 | ||||
-rw-r--r-- | gcc/config/m32c/m32c.md | 9 | ||||
-rw-r--r-- | gcc/config/m32c/m32c.opt | 9 | ||||
-rw-r--r-- | gcc/config/m32c/minmax.md | 9 | ||||
-rw-r--r-- | gcc/config/m32c/mov.md | 9 | ||||
-rw-r--r-- | gcc/config/m32c/muldiv.md | 9 | ||||
-rw-r--r-- | gcc/config/m32c/predicates.md | 9 | ||||
-rw-r--r-- | gcc/config/m32c/prologue.md | 7 | ||||
-rw-r--r-- | gcc/config/m32c/shift.md | 9 | ||||
-rw-r--r-- | gcc/config/m32c/t-m32c | 9 |
20 files changed, 78 insertions, 98 deletions
diff --git a/gcc/config/m32c/addsub.md b/gcc/config/m32c/addsub.md index 45bd3cd..ea4c817 100644 --- a/gcc/config/m32c/addsub.md +++ b/gcc/config/m32c/addsub.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005 +;; Copyright (C) 2005, 2007 ;; Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; @@ -7,7 +7,7 @@ ;; ;; 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 +;; 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 @@ -16,9 +16,8 @@ ;; 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. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. ;; add, sub diff --git a/gcc/config/m32c/bitops.md b/gcc/config/m32c/bitops.md index 33a7058..966e680 100644 --- a/gcc/config/m32c/bitops.md +++ b/gcc/config/m32c/bitops.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005 +;; Copyright (C) 2005, 2007 ;; Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; @@ -7,7 +7,7 @@ ;; ;; 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 +;; 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 @@ -16,9 +16,8 @@ ;; 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. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. ;; Bit-wise operations (and, ior, xor, shift) diff --git a/gcc/config/m32c/blkmov.md b/gcc/config/m32c/blkmov.md index 44083e4..17076b2 100644 --- a/gcc/config/m32c/blkmov.md +++ b/gcc/config/m32c/blkmov.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2006 +;; Copyright (C) 2006, 2007 ;; Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; @@ -7,7 +7,7 @@ ;; ;; 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 +;; 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 @@ -16,9 +16,8 @@ ;; 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. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. ;; various block move instructions diff --git a/gcc/config/m32c/cond.md b/gcc/config/m32c/cond.md index be590afc..29b9aa8 100644 --- a/gcc/config/m32c/cond.md +++ b/gcc/config/m32c/cond.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005 +;; Copyright (C) 2005, 2007 ;; Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; @@ -7,7 +7,7 @@ ;; ;; 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 +;; 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 @@ -16,9 +16,8 @@ ;; 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. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. ; conditionals - cmp, jcc, setcc, etc. diff --git a/gcc/config/m32c/jump.md b/gcc/config/m32c/jump.md index f0983d1..f5b185b 100644 --- a/gcc/config/m32c/jump.md +++ b/gcc/config/m32c/jump.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005 +;; Copyright (C) 2005, 2007 ;; Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; @@ -7,7 +7,7 @@ ;; ;; 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 +;; 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 @@ -16,9 +16,8 @@ ;; 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. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. ;; jump, conditionals, calls, etc diff --git a/gcc/config/m32c/m32c-modes.def b/gcc/config/m32c/m32c-modes.def index efefd88..8041210 100644 --- a/gcc/config/m32c/m32c-modes.def +++ b/gcc/config/m32c/m32c-modes.def @@ -1,5 +1,5 @@ /* Target-Specific Modes for R8C/M16C/M32C - Copyright (C) 2005 + Copyright (C) 2005, 2007 Free Software Foundation, Inc. Contributed by Red Hat. @@ -7,7 +7,7 @@ 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 + 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 @@ -16,9 +16,8 @@ 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. */ + along with GCC; see the file COPYING3. If not see + <http://www.gnu.org/licenses/>. */ /* 24-bit pointers, whole */ /*INT_MODE (PI, 3);*/ diff --git a/gcc/config/m32c/m32c-pragma.c b/gcc/config/m32c/m32c-pragma.c index b468388..4e30937 100644 --- a/gcc/config/m32c/m32c-pragma.c +++ b/gcc/config/m32c/m32c-pragma.c @@ -1,12 +1,12 @@ /* M32C Pragma support - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2007 Free Software Foundation, Inc. Contributed by Red Hat, 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) + 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,9 +15,8 @@ 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. */ + along with GCC; see the file COPYING3. If not see + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include "config.h" diff --git a/gcc/config/m32c/m32c-protos.h b/gcc/config/m32c/m32c-protos.h index 5bbc67c..ecc77b4 100644 --- a/gcc/config/m32c/m32c-protos.h +++ b/gcc/config/m32c/m32c-protos.h @@ -1,5 +1,5 @@ /* Target Prototypes for R8C/M16C/M32C - Copyright (C) 2005 + Copyright (C) 2005, 2007 Free Software Foundation, Inc. Contributed by Red Hat. @@ -7,7 +7,7 @@ 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 + 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 @@ -16,9 +16,8 @@ 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. */ + along with GCC; see the file COPYING3. If not see + <http://www.gnu.org/licenses/>. */ #define MM enum machine_mode #define UINT unsigned int diff --git a/gcc/config/m32c/m32c.abi b/gcc/config/m32c/m32c.abi index 21f61f9..ee83240 100644 --- a/gcc/config/m32c/m32c.abi +++ b/gcc/config/m32c/m32c.abi @@ -1,5 +1,5 @@ Target Definitions for R8C/M16C/M32C - Copyright (C) 2005 + Copyright (C) 2005, 2007 Free Software Foundation, Inc. Contributed by Red Hat. @@ -7,7 +7,7 @@ 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 + 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 @@ -16,9 +16,8 @@ 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. + along with GCC; see the file COPYING3. If not see + <http://www.gnu.org/licenses/>. These are just some random notes I used during development of this diff --git a/gcc/config/m32c/m32c.c b/gcc/config/m32c/m32c.c index d2a52be..b2885b4 100644 --- a/gcc/config/m32c/m32c.c +++ b/gcc/config/m32c/m32c.c @@ -7,7 +7,7 @@ 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 + 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 @@ -16,9 +16,8 @@ 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. */ + along with GCC; see the file COPYING3. If not see + <http://www.gnu.org/licenses/>. */ #include "config.h" #include "system.h" diff --git a/gcc/config/m32c/m32c.h b/gcc/config/m32c/m32c.h index f543361..48f4e95 100644 --- a/gcc/config/m32c/m32c.h +++ b/gcc/config/m32c/m32c.h @@ -1,5 +1,5 @@ /* Target Definitions for R8C/M16C/M32C - Copyright (C) 2005 + Copyright (C) 2005, 2007 Free Software Foundation, Inc. Contributed by Red Hat. @@ -7,7 +7,7 @@ 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 + 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 @@ -16,9 +16,8 @@ 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. */ + along with GCC; see the file COPYING3. If not see + <http://www.gnu.org/licenses/>. */ #ifndef GCC_M32C_H #define GCC_M32C_H diff --git a/gcc/config/m32c/m32c.md b/gcc/config/m32c/m32c.md index cffa5ba..8110c0a 100644 --- a/gcc/config/m32c/m32c.md +++ b/gcc/config/m32c/m32c.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005 +;; Copyright (C) 2005, 2007 ;; Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; @@ -7,7 +7,7 @@ ;; ;; 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 +;; 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 @@ -16,9 +16,8 @@ ;; 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. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. (define_constants [(R0_REGNO 0) diff --git a/gcc/config/m32c/m32c.opt b/gcc/config/m32c/m32c.opt index 33a5ba3..d19153b 100644 --- a/gcc/config/m32c/m32c.opt +++ b/gcc/config/m32c/m32c.opt @@ -1,5 +1,5 @@ ; Target Options for R8C/M16C/M32C -; Copyright (C) 2005 +; Copyright (C) 2005 2007 ; Free Software Foundation, Inc. ; Contributed by Red Hat. ; @@ -7,7 +7,7 @@ ; ; 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 +; 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 @@ -16,9 +16,8 @@ ; 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. +; along with GCC; see the file COPYING3. If not see +; <http://www.gnu.org/licenses/>. msim Target diff --git a/gcc/config/m32c/minmax.md b/gcc/config/m32c/minmax.md index 21d63dc..25be961 100644 --- a/gcc/config/m32c/minmax.md +++ b/gcc/config/m32c/minmax.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005 +;; Copyright (C) 2005, 2007 ;; Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; @@ -7,7 +7,7 @@ ;; ;; 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 +;; 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 @@ -16,9 +16,8 @@ ;; 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. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. ;; min, max diff --git a/gcc/config/m32c/mov.md b/gcc/config/m32c/mov.md index fde98d3..717d8fd 100644 --- a/gcc/config/m32c/mov.md +++ b/gcc/config/m32c/mov.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005 +;; Copyright (C) 2005, 2007 ;; Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; @@ -7,7 +7,7 @@ ;; ;; 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 +;; 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 @@ -16,9 +16,8 @@ ;; 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. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. ;; move, push, extend, etc. diff --git a/gcc/config/m32c/muldiv.md b/gcc/config/m32c/muldiv.md index b6c6565..4987083 100644 --- a/gcc/config/m32c/muldiv.md +++ b/gcc/config/m32c/muldiv.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005 +;; Copyright (C) 2005, 2007 ;; Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; @@ -7,7 +7,7 @@ ;; ;; 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 +;; 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 @@ -16,9 +16,8 @@ ;; 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. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. ;; multiply and divide diff --git a/gcc/config/m32c/predicates.md b/gcc/config/m32c/predicates.md index 5ca881f..5d1b842 100644 --- a/gcc/config/m32c/predicates.md +++ b/gcc/config/m32c/predicates.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005 +;; Copyright (C) 2005, 2007 ;; Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; @@ -7,7 +7,7 @@ ;; ;; 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 +;; 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 @@ -16,9 +16,8 @@ ;; 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. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. ;; Predicates diff --git a/gcc/config/m32c/prologue.md b/gcc/config/m32c/prologue.md index 23a38f0..25ac1c5 100644 --- a/gcc/config/m32c/prologue.md +++ b/gcc/config/m32c/prologue.md @@ -7,7 +7,7 @@ ;; ;; 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 +;; 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 @@ -16,9 +16,8 @@ ;; 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. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. ;; Prologue and epilogue patterns diff --git a/gcc/config/m32c/shift.md b/gcc/config/m32c/shift.md index 6b8a483..b4c6baf 100644 --- a/gcc/config/m32c/shift.md +++ b/gcc/config/m32c/shift.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005 +;; Copyright (C) 2005, 2007 ;; Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; @@ -7,7 +7,7 @@ ;; ;; 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 +;; 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 @@ -16,9 +16,8 @@ ;; 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. +;; along with GCC; see the file COPYING3. If not see +;; <http://www.gnu.org/licenses/>. ;; bit shifting diff --git a/gcc/config/m32c/t-m32c b/gcc/config/m32c/t-m32c index e5c8dd9..de2a54f 100644 --- a/gcc/config/m32c/t-m32c +++ b/gcc/config/m32c/t-m32c @@ -1,5 +1,5 @@ # Target Makefile Fragment for R8C/M16C/M32C -# Copyright (C) 2005 +# Copyright (C) 2005, 2007 # Free Software Foundation, Inc. # Contributed by Red Hat. # @@ -7,7 +7,7 @@ # # 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 +# 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 @@ -16,9 +16,8 @@ # 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. +# along with GCC; see the file COPYING3. If not see +# <http://www.gnu.org/licenses/>. LIB1ASMSRC = m32c/m32c-lib1.S |