alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 31 Jan 2004 02:07:12 +0000 (02:07 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 31 Jan 2004 02:07:12 +0000 (02:07 +0000)
cfghooks.h, cfglayout.c, cfgloopmanip.c, debug.c, debug.h,
flow.c, genextract.c, ggc-common.c, ggc-page.c, ggc.h,
ifcvt.c, jump.c, loop-unswitch.c, timevar.c, timevar.def,
tree-optimize.c, vmsdbgout.c, config/fp-bit.c,
config/alpha/alpha.c, config/alpha/alpha.h,
config/alpha/alpha.md, config/alpha/unicosmk.h,
config/alpha/vms.h, config/arm/linux-elf.h, config/avr/avr.c,
config/c4x/c4x-protos.h, config/c4x/c4x.md,
config/d30v/d30v.h, config/frv/frv.md, config/frv/frvbegin.c,
config/frv/frvend.c, config/i386/cygming.h,
config/i386/djgpp.h, config/i386/emmintrin.h,
config/i386/gthr-win32.c, config/i386/i386-interix.h,
config/i386/i386-protos.h, config/i386/openbsd.h,
config/i386/winnt.c, config/i386/xm-mingw32.h,
config/i386/xmmintrin.h, config/ia64/ia64.md,
config/iq2000/iq2000.md, config/m32r/m32r.md,
config/m68k/m68k.md, config/mcore/mcore-elf.h,
config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
config/mips/iris5gas.h, config/mips/iris6.h,
config/mips/iris6gas.h, config/mips/linux.h,
config/mips/mips.md, config/mips/netbsd.h,
config/mips/openbsd.h, config/mips/windiss.h,
config/pa/fptr.c, config/rs6000/aix.h,
config/rs6000/altivec.h, config/rs6000/darwin.h,
config/rs6000/xcoff.h, config/s390/s390-protos.h,
config/s390/s390.c, config/s390/s390.h, config/s390/s390.md,
config/sh/netbsd-elf.h, config/sh/sh.h, config/sh/vxworks.h,
config/sparc/sol2.h: Update copyright.

From-SVN: r77018

76 files changed:
gcc/ChangeLog
gcc/alloc-pool.c
gcc/c-lex.c
gcc/c-pragma.h
gcc/c-semantics.c
gcc/cfghooks.c
gcc/cfghooks.h
gcc/cfglayout.c
gcc/cfgloopmanip.c
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.h
gcc/config/alpha/alpha.md
gcc/config/alpha/unicosmk.h
gcc/config/alpha/vms.h
gcc/config/arm/linux-elf.h
gcc/config/avr/avr.c
gcc/config/c4x/c4x-protos.h
gcc/config/c4x/c4x.md
gcc/config/d30v/d30v.h
gcc/config/fp-bit.c
gcc/config/frv/frv.md
gcc/config/frv/frvbegin.c
gcc/config/frv/frvend.c
gcc/config/i386/cygming.h
gcc/config/i386/djgpp.h
gcc/config/i386/emmintrin.h
gcc/config/i386/gthr-win32.c
gcc/config/i386/i386-interix.h
gcc/config/i386/i386-protos.h
gcc/config/i386/openbsd.h
gcc/config/i386/winnt.c
gcc/config/i386/xm-mingw32.h
gcc/config/i386/xmmintrin.h
gcc/config/ia64/ia64.md
gcc/config/iq2000/iq2000.md
gcc/config/m32r/m32r.md
gcc/config/m68k/m68k.md
gcc/config/mcore/mcore-elf.h
gcc/config/mcore/mcore.md
gcc/config/mips/elf.h
gcc/config/mips/elf64.h
gcc/config/mips/iris5gas.h
gcc/config/mips/iris6.h
gcc/config/mips/iris6gas.h
gcc/config/mips/linux.h
gcc/config/mips/mips.md
gcc/config/mips/netbsd.h
gcc/config/mips/openbsd.h
gcc/config/mips/windiss.h
gcc/config/pa/fptr.c
gcc/config/rs6000/aix.h
gcc/config/rs6000/altivec.h
gcc/config/rs6000/darwin.h
gcc/config/rs6000/xcoff.h
gcc/config/s390/s390-protos.h
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/config/s390/s390.md
gcc/config/sh/netbsd-elf.h
gcc/config/sh/sh.h
gcc/config/sh/vxworks.h
gcc/config/sparc/sol2.h
gcc/debug.c
gcc/debug.h
gcc/flow.c
gcc/genextract.c
gcc/ggc-common.c
gcc/ggc-page.c
gcc/ggc.h
gcc/ifcvt.c
gcc/jump.c
gcc/loop-unswitch.c
gcc/timevar.c
gcc/timevar.def
gcc/tree-optimize.c
gcc/vmsdbgout.c

index 1a7deac621724639a55d9cda792d42589cc3be92..02c27435c2e18e77157e3c59e0efa2a9c73d8d1c 100644 (file)
@@ -1,3 +1,35 @@
+2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
+
+       alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,
+       cfghooks.h, cfglayout.c, cfgloopmanip.c, debug.c, debug.h,
+       flow.c, genextract.c, ggc-common.c, ggc-page.c, ggc.h,
+       ifcvt.c, jump.c, loop-unswitch.c, timevar.c, timevar.def,
+       tree-optimize.c, vmsdbgout.c, config/fp-bit.c,
+       config/alpha/alpha.c, config/alpha/alpha.h,
+       config/alpha/alpha.md, config/alpha/unicosmk.h,
+       config/alpha/vms.h, config/arm/linux-elf.h, config/avr/avr.c,
+       config/c4x/c4x-protos.h, config/c4x/c4x.md,
+       config/d30v/d30v.h, config/frv/frv.md, config/frv/frvbegin.c,
+       config/frv/frvend.c, config/i386/cygming.h,
+       config/i386/djgpp.h, config/i386/emmintrin.h,
+       config/i386/gthr-win32.c, config/i386/i386-interix.h,
+       config/i386/i386-protos.h, config/i386/openbsd.h,
+       config/i386/winnt.c, config/i386/xm-mingw32.h,
+       config/i386/xmmintrin.h, config/ia64/ia64.md,
+       config/iq2000/iq2000.md, config/m32r/m32r.md,
+       config/m68k/m68k.md, config/mcore/mcore-elf.h,
+       config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
+       config/mips/iris5gas.h, config/mips/iris6.h,
+       config/mips/iris6gas.h, config/mips/linux.h,
+       config/mips/mips.md, config/mips/netbsd.h,
+       config/mips/openbsd.h, config/mips/windiss.h,
+       config/pa/fptr.c, config/rs6000/aix.h,
+       config/rs6000/altivec.h, config/rs6000/darwin.h,
+       config/rs6000/xcoff.h, config/s390/s390-protos.h,
+       config/s390/s390.c, config/s390/s390.h, config/s390/s390.md,
+       config/sh/netbsd-elf.h, config/sh/sh.h, config/sh/vxworks.h,
+       config/sparc/sol2.h: Update copyright.
+
 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
 
        * Makefile.in (abs_docdir, abs_srcdir): Define.
index 6a2fa65f4eafdb5ce8df83d7cd414e0fa3965933..a1e74e3da1c01b17cb287de2b1f91d6ba58e2d3b 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support a pool of allocatable objects.
-   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Daniel Berlin <dan@cgsoftware.com>
 
index 4ead0c6e46f452995061d972bb3712effe4bbdee..64471259e439d4cf250ff4dc124b08b4b9562d48 100644 (file)
@@ -1,6 +1,6 @@
 /* Mainly the interface between cpplib and the C front ends.
    Copyright (C) 1987, 1988, 1989, 1992, 1994, 1995, 1996, 1997
-   1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 7158722250d88034291a9f5a18a0b5a5c8ebf70f..a1469db17423d94c4594ece126c87c93ff789748 100644 (file)
@@ -1,5 +1,5 @@
 /* Pragma related interfaces.
-   Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 9f791db602bb1507b69c418cf108dd09fbb80416..38c4021d6cf1d9cdbe25622815c12ac576d44cc6 100644 (file)
@@ -1,7 +1,7 @@
 /* This file contains the definitions and documentation for the common
    tree codes used in the GNU C and C++ compilers (see c-common.def
    for the standard codes).
-   Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Written by Benjamin Chelf (chelf@codesourcery.com).
 
 This file is part of GCC.
index 37c1c60fb2e40e57896310024eb47066fdae9f02..ab4718160cdd7834d8595d5b03170d3dddf5824f 100644 (file)
@@ -1,5 +1,5 @@
 /* Hooks for cfg representation specific functions.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
    Contributed by Sebastian Pop <s.pop@laposte.net>
 
 This file is part of GCC.
index 4c2d0bf37bb1f1b564d57bd53fc72635f962802e..4bffe74be9faf4ce2694aa73446c0f0816091c25 100644 (file)
@@ -1,5 +1,5 @@
 /* Hooks for cfg representation specific functions.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
    Contributed by Sebastian Pop <s.pop@laposte.net>
 
 This file is part of GCC.
index bdee86757684d8232377b47c83c42581593d5d5e..0ee6d4df9e3e04882dfef10be11d28a5cd0e1f9d 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic block reordering routines for the GNU compiler.
-   Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 2c60659fec8b8e91cd2045a8af78fb52fa2e0a5e..3b8bcec7b2225fad4798c84f6c9460cc68087616 100644 (file)
@@ -1,5 +1,5 @@
 /* Loop manipulation code for GNU compiler.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 276359c13526e897c6f3a041e9a01c691b019fe7..a630e419734a94043d8833023a236b58f20fd0ae 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines used for code generation on the DEC Alpha.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003 Free Software Foundation, Inc. 
+   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. 
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 
 This file is part of GCC.
index 8135b57333d212ef5f9bea295aaca64caa59eaeb..b46197f1bbd92fc8791f62754e86792e157ae616 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler, for DEC Alpha.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 
 This file is part of GCC.
index 27eca2495c53b55f7dac9d52ba45851fbb71714f..98950aa16fa6b5447db28ad7e3cc8954b3d8fc23 100644 (file)
@@ -1,6 +1,6 @@
 ;; Machine description for DEC Alpha for GNU C compiler
 ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-;; 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+;; 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 ;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 ;;
 ;; This file is part of GCC.
index 2c344d3a039b1d1f6fa2dcc192795a24c2d5287a..a86f3c867d22bddc5c202c2da6f3bb5e83c6cf93 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler, for DEC Alpha on Cray
    T3E running Unicos/Mk.
-   Copyright (C) 2001, 2002
+   Copyright (C) 2001, 2002, 2004
    Free Software Foundation, Inc.
    Contributed by Roman Lechtchinsky (rl@cs.tu-berlin.de)
 
index b47c7e38646e385e3640d556717dc4d82682d5dc..0a2e516127e15cf17a0434b7321f8a0bb5f1f31b 100644 (file)
@@ -1,5 +1,5 @@
 /* Output variables, constants and external declarations, for GNU compiler.
-   Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002
+   Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 8b94c9d647e79c6e8262cc2c72fa4cb25713cfe7..9f291c0b49f19480db2b9a253fcda885a994cdd1 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for ARM running Linux-based GNU systems using ELF
-   Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Philip Blundell <philb@gnu.org>
 
index 80e6fa9ed38c4410978ed61307c0ef21d4acf7b6..7f86187c4f2229c57feb186d3d43f42a7bc3fba0 100644 (file)
@@ -1,5 +1,6 @@
 /* Subroutines for insn-output.c for ATMEL AVR micro controllers
-   Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
+   Free Software Foundation, Inc.
    Contributed by Denis Chertykov (denisc@overta.ru)
 
    This file is part of GCC.
index 19ee2d733ed64d2efb665c041f29eb83a86cef10..5e79c1fd53a7971b5e2560f857ddd74bf85cd194 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  TMS320C[34]x
-   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2003
+   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2003, 2004
    Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
index c15ded3526af679aa7f43a44264d095b4bbffbe5..8dbd6be07d1ca5904031025b01fa30c3c8b114ad 100644 (file)
@@ -1,6 +1,6 @@
 ;; Machine description for the TMS320C[34]x for GCC
 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998,
-;; 1999, 2000, 2002 Free Software Foundation, Inc.
+;; 1999, 2000, 2002, 2004 Free Software Foundation, Inc.
 
 ;; Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
 ;;            and Herman Ten Brugge (Haj.Ten.Brugge@net.HCC.nl)
index 7e95d3a7fa9f9c20ddf2aac3579275c58117611b..f63292ecaa3a6741919d62d4a2198c15674e1923 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for Mitsubishi D30V.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
index a1ba156bf45481832a7c8b35683c6536b4e95a7b..e7556c4f849a8ebc34595eda379558ce179b75bc 100644 (file)
@@ -1,6 +1,6 @@
 /* This is a software floating point library which can be used
    for targets without hardware floating point. 
-   Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003
+   Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is free software; you can redistribute it and/or modify it
index 95a7590a32cf231eb47cac834fed1ce9626ef15c..aef10bc9d43bbe206dfb713de931f99f5d01a9fe 100644 (file)
@@ -1,5 +1,5 @@
 ;; Frv Machine Description
-;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
 ;; Contributed by Red Hat, Inc.
 
 ;; This file is part of GCC.
index 0e241047eaf07654ea770dc947d13d465370e835..d021b3540a5e6efc7581014cf5e853190677e776 100644 (file)
@@ -1,5 +1,5 @@
 /* Frv initialization file linked before all user modules
-   Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
     Contributed by Red Hat, Inc.
   
    This file is part of GCC.
index c12c151433b8036c3cb0b6ebef83b4576e1880dd..6709cdba0781255af1ce14cc4e80f8ad76a1adfe 100644 (file)
@@ -1,5 +1,5 @@
 /* Frv initialization file linked after all user modules
-   Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
     Contributed by Red Hat, Inc.
   
    This file is part of GCC.
index 11d14fef0da8d4e5cae890682fc0c7cea6b3d1eb..4652802102c40add9c13bcfcc9033aa82b9e6551 100644 (file)
@@ -1,6 +1,6 @@
 /* Operating system specific defines to be used when targeting GCC for
    hosting on Windows32, using a Unix style C library and tools.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index b0c87dbbc5630e9378482ad7bdd1888005a5d77f..cee9480d69ce3a50a5a083d67ffef4a55f30f66b 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration for an i386 running MS-DOS with DJGPP.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index a7dbc6785cb51a7136ea73420dd8993f890b8146..abe450a8f334d2b2014d3aadfc741f99a717531d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index fde4aa20936ca4208656f7242f492d4fc22cc792..4e2b282251d8e408a5bca9882fea99f80d173ea2 100644 (file)
@@ -1,7 +1,7 @@
 /* Implementation of W32-specific threads compatibility routines for
    libgcc2.  */
 
-/* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Mumit Khan <khan@xraylith.wisc.edu>.
    Modified and moved to separate file by Danny Smith
    <dannysmith@users.sourceforge.net>.
index fa0eec2421f7116fd7137edc98817c9f0984b258..2a99ce549a7c406dcba85fed3976fd2ac9ce75d7 100644 (file)
@@ -1,5 +1,6 @@
 /* Target definitions for GCC for Intel 80386 running Interix
-   Parts Copyright (C) 1991, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Parts Copyright (C) 1991, 1999, 2000, 2002, 2003, 2004
+   Free Software Foundation, Inc.
 
    Parts:
      by Douglas B. Rupp (drupp@cs.washington.edu).
index 24d7d6a0292b991b49f9f1f6af693fa2d9e18a59..cc1bb813afe5aa40a780b469a6581b4dd1c8d4bd 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GCC for IA-32.
    Copyright (C) 1988, 1992, 1994, 1995, 1996, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index fdef0a8efe8fd6dcf94ed90125e936aa7e1d92d9..14de0188c80195639eb23763406be0fa69dd3671 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration for an OpenBSD i386 target.
-   Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 6d29c27e0da158e8b3878551fc40ecad8c47d42a..5620158ac32bec9bce266f4c612800b3c243234e 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines for insn-output.c for Windows NT.
    Contributed by Douglas Rupp (drupp@cs.washington.edu)
-   Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index efd0ef9ecbeeaf70b63ff6f64eb7dbcb3c334734..888196697be9daa7be3afee3c6bfa4e83055cf8e 100644 (file)
@@ -1,6 +1,6 @@
 /* Configuration for GCC for hosting on Windows32.
    using GNU tools and the Windows32 API Library.
-   Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003 Free Software
+   Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004 Free Software
    Foundation, Inc.
 
 This file is part of GCC.
index dc54251eeab02440899cf5f8173b4918e642a8ae..1bc887830de71f1a6691d1d30c8d110fa9ecbd01 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index d3f46c12277134123b14e9a5e04c142f9da4f162..520ffba3a43f757aed1e1a88e7eb5e172055923a 100644 (file)
@@ -1,5 +1,6 @@
 ;; IA-64 Machine description template
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+;; Free Software Foundation, Inc.
 ;; Contributed by James E. Wilson <wilson@cygnus.com> and
 ;;               David Mosberger <davidm@hpl.hp.com>.
 
index de84e66276a459f5b1f0de019a69efeb58c42c5e..e5a04b27e624b377c0fc1855510bf6f4357881b7 100644 (file)
@@ -1,5 +1,5 @@
 ;;  iq2000.md       Machine Description for Vitesse IQ2000 processors
-;;  Copyright (C) 2003 Free Software Foundation, Inc.
+;;  Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
 
index ad1217e8981978eb01eb8cf21c56e6d3a0b7efdd..5932f4326a660d953d91194b4a2c81a9f5760592 100644 (file)
@@ -1,5 +1,6 @@
 ;; Machine description of the Renesas M32R cpu for GNU C compiler
-;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2003, 2004
+;  Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
 
index f3550f3cb4df33ed195720ce32e335bfbee7d9d2..2dd1c44a6f7deb4922410e65461f5559b80410ea 100644 (file)
@@ -1,5 +1,6 @@
 ;;- Machine description for GNU compiler, Motorola 68000 Version
-;;  Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003
+;;  Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
+;;  2002, 2003, 2004
 ;;  Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
index 2234e7d1957e466ddafe4714a431923a53a9cf9e..11b80ebbab36d9ffc0051f61c90844ae5c378d78 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions of MCore target. 
-   Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
+   Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
 This file is part of GCC.
index e1e598b7ddd80693c44dbcc7cc70e0b6fac1e8e2..e10be25694695cf12bf71ec9cdd6832bb4e2d2df 100644 (file)
@@ -1,5 +1,5 @@
 ;;  Machine description the Motorola MCore
-;;  Copyright (C) 1993, 1999, 2000 Free Software Foundation, Inc.
+;;  Copyright (C) 1993, 1999, 2000, 2004 Free Software Foundation, Inc.
 ;;  Contributed by Motorola.
 
 ;; This file is part of GCC.
index febb8216bad056fae5de050b24b02c799a04ea58..ff70b59cc20b35786cd55cf878362b4f2e1676cf 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  MIPS R3000 version with
    GOFAST floating point library.
-   Copyright (C) 1994, 1997, 1999, 2000, 2002, 2003
+   Copyright (C) 1994, 1997, 1999, 2000, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 071f6fa061a3ba136fbad07bd4070b7a8677b5c2..2b39287c893c46b5a1f06b867681fa7d32856403 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  MIPS R4000 version with
    GOFAST floating point library.
-   Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002
+   Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 6abd98c3f185099fd115473abfa2cd57b8b101f5..e8ffa47fccb8f3b39296aa4e1bcd22ef0f431120 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  Irix version 5 with gas.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
    This file is part of GCC.
index 53b88d84fc8ccd9c63fe93d3f2370c3d10da9b2e..6dfc98d891f3d3543f9a6572cc4022a9824042f4 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  IRIX version 6.
-   Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003
+   Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 532e9e43f169d881a75837d930eb2f2b0fd944e7..01634faa41472c0c962c3f094652c2dd9f3154db 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for MIPS running IRIX 6 using GNU AS
-   Copyright (C) 2003
+   Copyright (C) 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index a087758b0955ecc4917eb989296f967617d8c668..984f4f4eba765e26512a17c8c5597bc4089255e9 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for MIPS running Linux-based GNU systems with ELF format.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 2b39f3a05fde09686e136a42f1ee443a79aeca0e..e3e93105dbf5673f0266058a5f7114dfc697bc04 100644 (file)
@@ -1,6 +1,6 @@
 ;;  Mips.md         Machine Description for MIPS based processors
 ;;  Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-;;  1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+;;  1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 ;;  Contributed by   A. Lichnewsky, lich@inria.inria.fr
 ;;  Changes by       Michael Meissner, meissner@osf.org
 ;;  64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and
index 24c88139937bb720caf5ba02cafdec5c6a6dc02d..9d75e8efbfca1bfe409f749c27f78d5144749f1a 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for MIPS NetBSD systems.
-   Copyright (C) 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index bea4981073f6004879c91264f7af144cae275954..7faeeb5ec8d84a4a5e6ffff57e513b4c0ad09e3a 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration for  a Mips ABI32 OpenBSD target.
-   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 32b92b61a3612cf7de979ea45c249c47e35cfaca..0f8ef7e166330b53ec9d356945fedb9a5a64de97 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for GCC on MIPS using WindISS simulator.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC. 
 
 This file is part of GCC.
index 471c18ca57bf0933e99d0b34db7d44af782a4a1a..4903cdfb5b142ca3ca858ca419083905a5cd76bf 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutine for function pointer canonicalization on PA-RISC with ELF32.
-   Copyright 2002, 2003 Free Software Foundation, Inc.
+   Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by John David Anglin (dave.anglin@nrc.ca).
 
 This file is part of GCC.
index 69a0a0179209e280c1b4711862a3bd696ede1259..f189407b3f48102cd1c5fc9ee9e6970d061d97c1 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler,
    for IBM RS/6000 POWER running AIX.
-   Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 3751deddbf5bba892f377fc3f61178264974f67f..1bd8f4549ca7d3066900dd3537301f486c4d526a 100644 (file)
@@ -1,5 +1,5 @@
 /* PowerPC AltiVec include file.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Aldy Hernandez (aldyh@redhat.com).
 
    This file is part of GCC.
index 6db0006999193acd3b2c7ccd2e46ff79b362c521..62ed74c00d8347dc780f6796fb8c87e159bfbdec 100644 (file)
@@ -1,5 +1,5 @@
 /* Target definitions for PowerPC running Darwin (Mac OS X).
-   Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Apple Computer Inc.
 
    This file is part of GCC.
index 36c2aa88623801107ec12cd1be693482158913b9..d4e056b4b746cf7cb1a3255e8d97008a53676ef2 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler,
    for some generic XCOFF file format
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index d769c6aa688770b28d51061d15322f6289aedfcf..90815a879384d15eda1cd85b90e5f379544c3753 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for IBM S/390.
-   Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Hartmut Penner (hpenner@de.ibm.com)
 
 This file is part of GCC.
index 72946aca820f807db1491021a1dd016f461da132..3531d879578e3c2cac34c38deafeb69f6d8c170e 100644 (file)
@@ -1,5 +1,6 @@
 /* Subroutines used for code generation on IBM S/390 and zSeries
-   Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by Hartmut Penner (hpenner@de.ibm.com) and
                   Ulrich Weigand (uweigand@de.ibm.com).
 
index 8ef6b681af28e29ca5a7b1e258c8aa691e855973..8382174fa6ccf6549cc4a928376e61f5352f5daa 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions of target machine for GNU compiler, for IBM S/390
-   Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by Hartmut Penner (hpenner@de.ibm.com) and
                   Ulrich Weigand (uweigand@de.ibm.com).
 
index 73310fa7415dc32b460a4180d3c468636a20c0be..a8957c9200f3aa0880c350b33bcccbcf8f8f4fde 100644 (file)
@@ -1,5 +1,6 @@
 ;;- Machine description for GNU compiler -- S/390 / zSeries version.
-;;  Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+;;  Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+;;  Free Software Foundation, Inc.
 ;;  Contributed by Hartmut Penner (hpenner@de.ibm.com) and
 ;;                 Ulrich Weigand (uweigand@de.ibm.com).
 
index 7c52aa67ac3e6ed72fabb0534bd5483f0dd91e8c..bb8d0339837f114dee7276fc82d13441d70368a9 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for SH running NetBSD using ELF
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Wasabi Systems, Inc.
 
 This file is part of GCC.
index caece67bdacc73fcaa9c9327d2a88f990b202102..1d59c98996159410e1f01671aedfa273d081233e 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler for Renesas / SuperH SH.
    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-   2003 Free Software Foundation, Inc.
+   2003, 2004 Free Software Foundation, Inc.
    Contributed by Steve Chamberlain (sac@cygnus.com).
    Improved by Jim Wilson (wilson@cygnus.com).
 
index 4201028bb0df65bc3c591181ae6a8f5db3bb4024..11dd1e187aaffc45b2d18eb5bfc7fb84cb978d58 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GCC,
    for SuperH with targeting the VXWorks run time environment. 
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC.
    
 This file is part of GCC.
index 1c6f04f9f340acc31fade3bdedcba54719b158d9..abc39b5a71ef51f28100fbc0cda28432706be811 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GCC, for SPARC running Solaris 2
-   Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+   Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004
    Free Software Foundation, Inc.
    Contributed by Ron Guilmette (rfg@netcom.com).
    Additional changes by David V. Henkel-Wallace (gumby@cygnus.com).
index 03b0acc5648351680781299b0dc6ea36f67df20f..3b659e91bef85613ff0da8cb7df3ac0a7bd57859 100644 (file)
@@ -1,5 +1,5 @@
 /* Do-nothing debug hooks for GCC.
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
index fee3bc6400ca9b989ccd23f3c6256ec9513eeb6d..0ac7f027f947eaeb377cc0bed7ea91c4c9eeb77e 100644 (file)
@@ -1,5 +1,5 @@
 /* Debug hooks for GCC.
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
index 76ffdacc19441c12a5b207b56d6b707f466f2a16..b314ea00b65e41fb45c0082af1678fef5fc6be9d 100644 (file)
@@ -1,6 +1,6 @@
 /* Data flow analysis for GNU compiler.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 54be0ebeccc588e0236dc4bc465b909bbc708a15..95a358d8b801233c35b5cb9d118004335ed943ac 100644 (file)
@@ -1,5 +1,5 @@
 /* Generate code from machine description to extract operands from insn as rtl.
-   Copyright (C) 1987, 1991, 1992, 1993, 1997, 1998, 1999, 2000, 2003
+   Copyright (C) 1987, 1991, 1992, 1993, 1997, 1998, 1999, 2000, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index cf9bd0056968bb5d10a307dd2556090b547335ef..3d096b9e13367342520ea6f70d834b9cf78d1bdb 100644 (file)
@@ -1,5 +1,5 @@
 /* Simple garbage collection for the GNU compiler.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index e6f78461ae7fa52bce6574839358a9637820b534..5628b046541e5da4b230769ab38808d10f78ae50 100644 (file)
@@ -1,5 +1,6 @@
 /* "Bag-of-pages" garbage collector for the GNU compiler.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index fbd1e3489e2a3bc35b190f16ea2c00db233bcb6c..f9d2ac21c317fd02e040f9d8a62d8d6cbd6f7e8a 100644 (file)
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -1,5 +1,5 @@
 /* Garbage collection for the GNU compiler.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 7a790638091eaafd9d05e26f340bf72e26723e00..def79ab6ce9f50cd07192d98bc481682c4cdf47f 100644 (file)
@@ -1,5 +1,5 @@
 /* If-conversion support.
-   Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index f62d2629ccc18f1fb08684fe00cc2b4e6c640db8..0783114b10e58e04c68e2f150a7e2325f6e3df6b 100644 (file)
@@ -1,6 +1,6 @@
 /* Optimize jump instructions, for GNU compiler.
    Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997
-   1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index aa39ae238165015a3e9a6af045a2baeeda0a42ef..40f0e830e4a0ec408dac830c1c648b70e598cc6e 100644 (file)
@@ -1,5 +1,5 @@
 /* Loop unswitching for GNU compiler.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 2597177f7634ba446a1981386f4051e396fa11c2..1b5d2443c1903413f40c255e46a4b543007baccf 100644 (file)
@@ -1,5 +1,5 @@
 /* Timing variables for measuring compiler performance.
-   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Alex Samuel <samuel@codesourcery.com>
 
 This file is part of GCC.
index 19dc0c468f0dcb5a5a41060e65ca56ad24b96473..8ecd7ee1650997080debaef22b0f2458dd18858b 100644 (file)
@@ -1,6 +1,6 @@
 /* This file contains the definitions for timing variables used to
    measure run-time performance of the compiler.
-   Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Alex Samuel <samuel@codesourcery.com>
 
    This file is part of GCC.
index e42fa06ef569fb1a8e5f9613d8c23d650e335ec0..b60d2f36994c5f71524807fa3fa260b43e3789e7 100644 (file)
@@ -1,5 +1,5 @@
 /* Control and data flow functions for trees.
-   Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 0a9062a7a3808350fb5bac0402f67707ad4d5430..2a963d99bc67f97a82a2b77420d913e5be8f25e3 100644 (file)
@@ -1,6 +1,6 @@
 /* Output VMS debug format symbol table information from GCC.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Douglas B. Rupp (rupp@gnat.com).
 
 This file is part of GCC.