]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* attribs.c, c-pragma.c, caller-save.c, cfghooks.h,
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Apr 2005 05:38:50 +0000 (05:38 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Apr 2005 05:38:50 +0000 (05:38 +0000)
coverage.c, cselib.h, domwalk.c, domwalk.h, errors.c,
errors.h, gcov-dump.c, gcov-io.c, gcov-io.h, gen-protos.c,
genattrtab.h, genextract.c, gthr-win32.h, insn-notes.def,
integrate.c, lambda-mat.c, lambda.h, libgcov.c, local-alloc.c,
machmode.def, mips-tfile.c, params.c, pretty-print.c,
print-rtl.c, protoize.c, regmove.c, sched-vis.c, tree-chrec.h,
tree-data-ref.h, vec.h, config/darwin-c.c, config/sol2-c.c,
config/sol2.c, config/arm/arm-cores.def, config/arm/cirrus.md,
config/arm/symbian.h, config/c4x/c4x.c, config/c4x/c4x.h,
config/i386/cygming.h, config/i386/djgpp.h,
config/i386/lynx.h, config/i386/netware.c,
config/i386/winnt.c, config/ia64/ia64-c.c,
config/iq2000/iq2000.c, config/m32r/little.h,
config/m68k/m68k-protos.h, config/m68k/m68k.h,
config/m68k/m68k.md, config/mcore/mcore.c,
config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.md,
config/mn10300/mn10300-protos.h, config/mn10300/mn10300.c,
config/mn10300/mn10300.h, config/ns32k/netbsd.h,
config/ns32k/ns32k.c, config/ns32k/ns32k.h,
config/pa/pa-hpux11.h, config/pdp11/pdp11.c,
config/pdp11/pdp11.h, config/rs6000/darwin.h,
config/rs6000/default64.h, config/rs6000/rs6000-c.c,
config/s390/2064.md, config/s390/2084.md,
config/s390/s390-modes.def, config/s390/s390-protos.h,
config/s390/tpf.h, config/sh/sh.h, config/sh/symbian.c,
config/stormy16/stormy16.c, config/vax/vax-protos.h,
config/vax/vax.c, config/vax/vax.h,
config/xtensa/lib1funcs.asm, config/xtensa/xtensa.md: Update
copyright.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98914 138bc75d-0d04-0410-961f-82ee72b054a4

83 files changed:
gcc/ChangeLog
gcc/attribs.c
gcc/c-pragma.c
gcc/caller-save.c
gcc/cfghooks.h
gcc/config/arm/arm-cores.def
gcc/config/arm/cirrus.md
gcc/config/arm/symbian.h
gcc/config/c4x/c4x.c
gcc/config/c4x/c4x.h
gcc/config/darwin-c.c
gcc/config/i386/cygming.h
gcc/config/i386/djgpp.h
gcc/config/i386/lynx.h
gcc/config/i386/netware.c
gcc/config/i386/winnt.c
gcc/config/ia64/ia64-c.c
gcc/config/iq2000/iq2000.c
gcc/config/m32r/little.h
gcc/config/m68k/m68k-protos.h
gcc/config/m68k/m68k.h
gcc/config/m68k/m68k.md
gcc/config/mcore/mcore.c
gcc/config/mcore/mcore.h
gcc/config/mmix/mmix.c
gcc/config/mmix/mmix.md
gcc/config/mn10300/mn10300-protos.h
gcc/config/mn10300/mn10300.c
gcc/config/mn10300/mn10300.h
gcc/config/ns32k/netbsd.h
gcc/config/ns32k/ns32k.c
gcc/config/ns32k/ns32k.h
gcc/config/pa/pa-hpux11.h
gcc/config/pdp11/pdp11.c
gcc/config/pdp11/pdp11.h
gcc/config/rs6000/darwin.h
gcc/config/rs6000/default64.h
gcc/config/rs6000/rs6000-c.c
gcc/config/s390/2064.md
gcc/config/s390/2084.md
gcc/config/s390/s390-modes.def
gcc/config/s390/s390-protos.h
gcc/config/s390/tpf.h
gcc/config/sh/sh.h
gcc/config/sh/symbian.c
gcc/config/sol2-c.c
gcc/config/sol2.c
gcc/config/stormy16/stormy16.c
gcc/config/vax/vax-protos.h
gcc/config/vax/vax.c
gcc/config/vax/vax.h
gcc/config/xtensa/lib1funcs.asm
gcc/config/xtensa/xtensa.md
gcc/coverage.c
gcc/cselib.h
gcc/domwalk.c
gcc/domwalk.h
gcc/errors.c
gcc/errors.h
gcc/gcov-dump.c
gcc/gcov-io.c
gcc/gcov-io.h
gcc/gen-protos.c
gcc/genattrtab.h
gcc/genextract.c
gcc/gthr-win32.h
gcc/insn-notes.def
gcc/integrate.c
gcc/lambda-mat.c
gcc/lambda.h
gcc/libgcov.c
gcc/local-alloc.c
gcc/machmode.def
gcc/mips-tfile.c
gcc/params.c
gcc/pretty-print.c
gcc/print-rtl.c
gcc/protoize.c
gcc/regmove.c
gcc/sched-vis.c
gcc/tree-chrec.h
gcc/tree-data-ref.h
gcc/vec.h

index 3fb68d3bf370d99258130a79cb644144a09cf103..9e6e01dfe3d9dd0eebb4e252b5214554412fd8a0 100644 (file)
        JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN_P
        where appropriate.
 
+       * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,
+       coverage.c, cselib.h, domwalk.c, domwalk.h, errors.c,
+       errors.h, gcov-dump.c, gcov-io.c, gcov-io.h, gen-protos.c,
+       genattrtab.h, genextract.c, gthr-win32.h, insn-notes.def,
+       integrate.c, lambda-mat.c, lambda.h, libgcov.c, local-alloc.c,
+       machmode.def, mips-tfile.c, params.c, pretty-print.c,
+       print-rtl.c, protoize.c, regmove.c, sched-vis.c, tree-chrec.h,
+       tree-data-ref.h, vec.h, config/darwin-c.c, config/sol2-c.c,
+       config/sol2.c, config/arm/arm-cores.def, config/arm/cirrus.md,
+       config/arm/symbian.h, config/c4x/c4x.c, config/c4x/c4x.h,
+       config/i386/cygming.h, config/i386/djgpp.h,
+       config/i386/lynx.h, config/i386/netware.c,
+       config/i386/winnt.c, config/ia64/ia64-c.c,
+       config/iq2000/iq2000.c, config/m32r/little.h,
+       config/m68k/m68k-protos.h, config/m68k/m68k.h,
+       config/m68k/m68k.md, config/mcore/mcore.c,
+       config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.md,
+       config/mn10300/mn10300-protos.h, config/mn10300/mn10300.c,
+       config/mn10300/mn10300.h, config/ns32k/netbsd.h,
+       config/ns32k/ns32k.c, config/ns32k/ns32k.h,
+       config/pa/pa-hpux11.h, config/pdp11/pdp11.c,
+       config/pdp11/pdp11.h, config/rs6000/darwin.h,
+       config/rs6000/default64.h, config/rs6000/rs6000-c.c,
+       config/s390/2064.md, config/s390/2084.md,
+       config/s390/s390-modes.def, config/s390/s390-protos.h,
+       config/s390/tpf.h, config/sh/sh.h, config/sh/symbian.c,
+       config/stormy16/stormy16.c, config/vax/vax-protos.h,
+       config/vax/vax.c, config/vax/vax.h,
+       config/xtensa/lib1funcs.asm, config/xtensa/xtensa.md: Update
+       copyright.
+
 2005-04-28  Joseph S. Myers  <joseph@codesourcery.com>
 
        * c-typeck.c (build_compound_expr): Correct logic in last change.
index 78047281967e831879ebb7e0824e0170a9391642..f04dfb97f60592414d50034b174bb39150a3dab3 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions dealing with attribute handling, used by most front ends.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-   2002, 2003, 2004 Free Software Foundation, Inc.
+   2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index c01818938bde1b70beecdb3c0642994a58cdffc5..be50856a4425e080e4098853215f116e77f389fc 100644 (file)
@@ -1,5 +1,5 @@
 /* Handle #pragma, system V.4 style.  Supports #pragma weak and #pragma pack.
-   Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 5d8e649c1321e0af6fc14780c46a3159e9b37cff..975e51ef1ed4221fc85c1c41e48690fbdfd781c6 100644 (file)
@@ -1,6 +1,6 @@
 /* Save and restore call-clobbered registers which are live across a call.
    Copyright (C) 1989, 1992, 1994, 1995, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 2a2ab3e864b46e5d4a42dd9ece476e052510f46f..480c197b597fb8cf3064a228f084befa762ba679 100644 (file)
@@ -1,5 +1,5 @@
 /* Hooks for cfg representation specific functions.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Sebastian Pop <s.pop@laposte.net>
 
 This file is part of GCC.
index a18a09c56c99941a6e033f62c161061fcf43e3d0..848f7fb641c7517aa529f61baf3df69c8e1e4086 100644 (file)
@@ -1,5 +1,5 @@
 /* ARM CPU Cores
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005 Free Software Foundation, Inc.
    Written by CodeSourcery, LLC
 
    This file is part of GCC.
index 90a27712058e1cd182c79e20d5c245d0ddb7fc73..cbeeb8ab3face7cfa5bf8adc74fd2f8d5d6613c8 100644 (file)
@@ -1,5 +1,5 @@
 ;; Cirrus EP9312 "Maverick" ARM floating point co-processor description.
-;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 ;; Contributed by Red Hat.
 ;; Written by Aldy Hernandez (aldyh@redhat.com)
 
index 5ea3fa7f1c6209636925d955ed595da1301a3905..08ea763fbcd6d6ccff4aa9a3efa69715585c1d13 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration file for Symbian OS on ARM processors.
-   Copyright (C) 2004
+   Copyright (C) 2004, 2005
    Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC   
 
index 3847591bd1e2b89638842b6781e297aa2da2d9a4..09985446191b4b374b832d5a729a80e3c4994784 100644 (file)
@@ -1,5 +1,6 @@
 /* Subroutines for assembler code output on the TMS320C[34]x
-   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
+   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003,
+   2004, 2005
    Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
index 5b14cc960dea58068eca1e09383f62e6d1e58835..832ed8e4609ae62c528665a1c150cd687f26beb5 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  TMS320C[34]x
    Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-   2003, 2004 Free Software Foundation, Inc.
+   2003, 2004, 2005 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 1aa10d520a0faca6fbb6cd9f4711dea36c7fd989..db0036a0bf539f2a7f3254d3486d2fde8c3e6c47 100644 (file)
@@ -1,5 +1,5 @@
 /* Darwin support needed only by C/C++ frontends.
-   Copyright (C) 2001, 2003, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004, 2005  Free Software Foundation, Inc.
    Contributed by Apple Computer Inc.
 
 This file is part of GCC.
index 94678231b82b76d7728ee1f3d87f3ed61d60234a..6b78909b5e3c52698b9e2c05d4aefcf0200eba31 100644 (file)
@@ -1,6 +1,7 @@
 /* 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, 2004
+   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+   2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index aedebb5f3aab34c3957c142e1ed7adeb93247a60..44ba1b8c3c5576fee6c85579236d25a4feaf4e40 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration for an i386 running MS-DOS with DJGPP.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index e5cd7ff079441c4baeab189c86a64dc491cdaa46..a014bc328b85bcbb681576719d3a67b836c4dbb0 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for LynxOS on i386.
-   Copyright (C) 1993, 1995, 1996, 2002, 2004
+   Copyright (C) 1993, 1995, 1996, 2002, 2004, 2005
    Free Software Foundation, Inc. 
 
 This file is part of GCC.
index bd83e0bef2b41cbd40342e1edc3e9ee9124d92a8..75d8306ba7cf48f26433e0c7002ff9de7e57c28e 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines for insn-output.c for NetWare.
    Contributed by Jan Beulich (jbeulich@novell.com)
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 26304806c77b7ec1febac4dbe6640b687b71b1b6..74375aa840e99722600d30f566419b4c0136a0d0 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, 2004
+   Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 2412f5c5b4e73a93fc7f99d1c02ff55373ac907c..e620c32c7e696f3d524c563cd47d9dda82f7236e 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of C specific functions for GNU compiler.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Steve Ellcey <sje@cup.hp.com>
 
 This file is part of GCC.
index ff3fc0d654524a3646da946a4c5ff6a095bf3d12..bb695e940bb89ae751ca108e3f2955fea84ba45c 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines used for code generation on Vitesse IQ2000 processors
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index f4dfbcd2bd3dc564de7207ca816ec31ee2fd9ed3..4b8f11a9c5d63000d965a4fc60d0c292a870e8a5 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Renesas little endian M32R cpu.
-   Copyright (C) 2003, 2004
+   Copyright (C) 2003, 2004, 2005
    Free Software Foundation, Inc.
 
    This file is part of GCC.
index 0f92d0df89f99f98ac41a710f806d9e7012b8aad..0fe321fb85566aaf71eedc0f0767e8fd46c50803 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  Sun 68000/68020 version.
-   Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 81f6e6f6276a665811848ddb89d483751a3fc41b..305072b841f32edbfc071d24b1cef4264e3f897f 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GCC for Motorola 680x0/ColdFire.
    Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 3cee90c3c6c46b970f006d57eb00342f0f9193e4..07021a999fcc2835b141b962b6bc51d6858760e1 100644 (file)
@@ -1,6 +1,6 @@
 ;;- Machine description for GNU compiler, Motorola 68000 Version
 ;;  Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
-;;  2002, 2003, 2004
+;;  2002, 2003, 2004, 2005
 ;;  Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
index 826e78713a6de69ddb48273e05deb803215cff3b..35f7a6075c81c7917ae357a63aa0e0eb62ce43fb 100644 (file)
@@ -1,5 +1,5 @@
 /* Output routines for Motorola MCore processor
-   Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
    This file is part of GCC.
index 837b5922aded3cc1d1d28ad8ec43073e09f59f60..61d154f7b614ef6992b1779b6d3fa9f0653f16cd 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler,
    for Motorola M*CORE Processor.
-   Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
    This file is part of GCC.
index 6990f452722c1257b85dbafb1db5e8824c8f5d6e..f53c9b07177b154dac0aab095942aa92bc984307 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions of target machine for GNU compiler, for MMIX.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
+   Free Software Foundation, Inc.
    Contributed by Hans-Peter Nilsson (hp@bitrange.com)
 
 This file is part of GCC.
index 94a55782229230e068636a331a0643c5dcb5a3d4..da0519bca1ea05ae6eddc2a5387e5f11ba25d29b 100644 (file)
@@ -1,5 +1,5 @@
 ;; GCC machine description for MMIX
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004
+;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
 ;; Free Software Foundation, Inc.
 ;; Contributed by Hans-Peter Nilsson (hp@bitrange.com)
 
index 294e6ece75217eeb7d6558a075204ffebacf66d0..19c0f971bd64f3ed36096314065544a031ce5a78 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler. Matsushita MN10300 series
-   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Jeff Law (law@cygnus.com).
 
 This file is part of GCC.
index 23503c16b19a73f78cbde386ba373ec6179dbc4d..a552b8be55da08819b14b01a9a91107ff56d0726 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines for insn-output.c for Matsushita MN10300 series
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Jeff Law (law@cygnus.com).
 
index da5d3398ff8130dc730735b8c774b5aa659f8a04..c42a6529393744407ebc88aa778f9bd9a64a5bb3 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.
    Matsushita MN10300 series
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Jeff Law (law@cygnus.com).
 
index f0e8cf009aa7703a7c55a0082d93ac87495d080b..c829f07c4d8ea1b9f80e44f9615d7998da3b4934 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration for a ns32532 running NetBSD as the target machine.
-   Copyright (C) 1988, 1994, 1995, 1996, 1998, 2002, 2004
+   Copyright (C) 1988, 1994, 1995, 1996, 1998, 2002, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 661d59601b5ac75a2a8c93d7817e7c9006ffccfa..f15e5dcc4180aace99ac2d4fdfdb148b3f1f6b65 100644 (file)
@@ -1,5 +1,6 @@
 /* Subroutines for assembler code output on the NS32000.
-   Copyright (C) 1988, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2004
+   Copyright (C) 1988, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+   2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index db7df7d269193aafcafec18b26c6db19ca2b2b91..65e9bcf558fbb191aa463b95da69649579df0f9a 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  NS32000 version.
    Copyright (C) 1988, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2002, 2004 Free Software Foundation, Inc.
+   2001, 2002, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com)
 
 This file is part of GCC.
index ac0798307fc79867bd8a64cc71068235c78bfd42..edb7436193e0b6edb56f5776182989194d41f1ee 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for HP PA-RISC
-   Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 9f37d58991227fe7a16ead3c31e9fa9bfab8b24e..8a0df37e13dab3978e081f7c93fb8e62669e76f0 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines for gcc2 for pdp11.
-   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2004
+   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
 
index 216ede6883562c2fcc24a41381fdad13ef10cce0..d8d5c50431e5be0583e6ff6c89fa0e042f0baf8a 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for the pdp-11
-   Copyright (C) 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2004
+   Copyright (C) 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
 
index d80d66702c1ae869e8bd4b417470a85a015578f7..ccda1e4fe5134758d396c7bae892758a094653b2 100644 (file)
@@ -1,5 +1,6 @@
 /* Target definitions for PowerPC running Darwin (Mac OS X).
-   Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
+   Free Software Foundation, Inc.
    Contributed by Apple Computer Inc.
 
    This file is part of GCC.
index f94103ccce7b3af92e517055d4425514ec389955..a17d872b59c6b5aa7c03f1c53643fe5af43f7d5b 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler,
    for 64 bit powerpc linux defaulting to -m64.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 0ce8348a7ea0d0cfa5f8b3c79531ebb1471c7731..f61b770fcf4e18d75d9613d6b6fb2cb6a1613f86 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines for the C front end on the POWER and PowerPC architectures.
-   Copyright (C) 2002, 2003, 2004
+   Copyright (C) 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
    Contributed by Zack Weinberg <zack@codesourcery.com>
index 7ce6e4fc00065797a40ee47c8005890b28c91fb4..04564eb86f3d3965176878082af84975298e68b7 100644 (file)
@@ -1,5 +1,5 @@
 ;; Scheduling description for z900 (cpu 2064).
-;;   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+;;   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 ;;   Contributed by Hartmut Penner (hpenner@de.ibm.com) and
 ;;                  Ulrich Weigand (uweigand@de.ibm.com).
 
index ddbd3fcede04b22b218af8e5f72e4441978f3558..9d3f77863707c293d9741fda5268fe090fa75fc8 100644 (file)
@@ -1,5 +1,5 @@
 ;; Scheduling description for z990 (cpu 2084).
-;;   Copyright (C) 2003,2004 Free Software Foundation, Inc.
+;;   Copyright (C) 2003,2004, 2005 Free Software Foundation, Inc.
 ;;   Contributed by Hartmut Penner (hpenner@de.ibm.com) and
 ;;                  Ulrich Weigand (uweigand@de.ibm.com).
 
index 6520dda8e9052510e1c296adc3bc90123f44b082..e7da09ba7fdc02237513a3aafa0b376cf8ecf644 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for IBM S/390
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Hartmut Penner (hpenner@de.ibm.com) and
                   Ulrich Weigand (uweigand@de.ibm.com).
 
index e8f94efe3e3edd0c6547184437dd78abc6eddf4a..3b7b9d187f48c876fdb518641769f27888541f55 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for IBM S/390.
-   Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Hartmut Penner (hpenner@de.ibm.com)
 
 This file is part of GCC.
index 38df1b4bcbf85463b61bc271b669f2bc4257b8db..e5645c92c2daec6da6468a67b05503c643606bc1 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for target OS TPF for GNU compiler, for IBM S/390 hardware
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by P.J. Darcy (darcypj@us.ibm.com),
                   Hartmut Penner (hpenner@de.ibm.com), and
                   Ulrich Weigand (uweigand@de.ibm.com).
index e5ee36bd1a291c70c44b14bef7c8f33a7dad294d..33a8689e172fbb1dc64d42990753778914fe8fc0 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, 2004 Free Software Foundation, Inc.
+   2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Steve Chamberlain (sac@cygnus.com).
    Improved by Jim Wilson (wilson@cygnus.com).
 
index a3a778dbf85dc0c1387d3331447a2b985016fb63..9bf6d8204a564658a718cacafe94d4a64f397a62 100644 (file)
@@ -1,5 +1,5 @@
 /* Routines for GCC for a Symbian OS targeted SH backend.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    Contributed by RedHat.
    Most of this code is stolen from i386/winnt.c.
 
index 64297178151ade4c4ff23c5934fe90026c50d2b5..330f1ca3c2ffd78c2881e94d8779dd844c3425f5 100644 (file)
@@ -1,5 +1,5 @@
 /* Solaris support needed only by C/C++ frontends.
-   Copyright (C) 2004  Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC.
 
 This file is part of GCC.
index 914e77c3c598f4cffea1627323efecadd7690c4d..348e752ee7c7e10cbf54b12885d2f7f8ef0c5f63 100644 (file)
@@ -1,5 +1,5 @@
 /* General Solaris system support.
-   Copyright (C) 2004  Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC.
 
 This file is part of GCC.
index 38b36d5423307db420bfc1ab63d265737ce018e3..a804d1303a66b39b0683d25b1d41031f23ca468a 100644 (file)
@@ -1,5 +1,5 @@
 /* Xstormy16 target functions.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
 
index 7c1efcc7f7b951c7cf3160aaed36bcca7478740e..8ba14900e84e7665bef8a322633368e2037d3e82 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  VAX version.
-   Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 18a1e01176c5870145c70b7d2a7b12baf2a4f47e..4e6d614f4beea55005db8d990f8c148031920921 100644 (file)
@@ -1,5 +1,6 @@
 /* Subroutines for insn-output.c for VAX.
-   Copyright (C) 1987, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2004
+   Copyright (C) 1987, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002,
+   2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index de8f0d61691ee5b05318be5aa0d2aac46cce78d8..75e5e3892338dd1bd6629825975e3bf3f8b23e6a 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  VAX version.
    Copyright (C) 1987, 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index b73f1f71707a86efe52215845db4a8010684d9d9..1b11dafdca44f5fee5acea9ad205363d597799d5 100644 (file)
@@ -1,5 +1,5 @@
 /* Assembly functions for the Xtensa version of libgcc1.
-   Copyright (C) 2001,2002,2003 Free Software Foundation, Inc.
+   Copyright (C) 2001,2002,2003, 2005 Free Software Foundation, Inc.
    Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
 
 This file is part of GCC.
index c40ad345def7e92c4ef047a662a57cbe8c3e4ac8..56388b5b8f077abed20080a6e7b058ebd636d405 100644 (file)
@@ -1,5 +1,5 @@
 ;; GCC machine description for Tensilica's Xtensa architecture.
-;; Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 ;; Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
 
 ;; This file is part of GCC.
index dc188792b63e3346934dc99b6a8bcd1fd22b991b..0973d4ad8867e246ef4d31acd56aca308c85688b 100644 (file)
@@ -1,6 +1,6 @@
 /* Read and write coverage files, and associated functionality.
    Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
-   2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+   2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by James E. Wilson, UC Berkeley/Cygnus Support;
    based on some ideas from Dain Samples of UC Berkeley.
    Further mangling by Bob Manson, Cygnus Support.
index 394e73193190e51f340afe5b6b6486fb97b5f775..a6ff9e43871672f2659eb5eb329ec689e8dabd92 100644 (file)
@@ -1,6 +1,6 @@
 /* Common subexpression elimination for GNU compiler.
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 87c841b9ffa09bc3e55390f7dfe265abbe20439c..2713e04c097fe955f5635a959085b45d1c772b38 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic dominator tree walker
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Diego Novillo <dnovillo@redhat.com>
 
 This file is part of GCC.
index 44ea39676e98a9da7c60d1acd8d5233b2f38c532..bf16229b488ac0d58cb571e2b6ef3cd341363f09 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic dominator tree walker
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Diego Novillo <dnovillo@redhat.com>
 
 This file is part of GCC.
index 9470db1e9c76fd723e17d16da580a51aec2829b6..856b50edf51cbba5b5e2a9418c691bdd7ec3ff50 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic error reporting routines.
-   Copyright (C) 1999, 2000, 2001, 2003, 2004
+   Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 99aa2410f7ee39e08a55adfd96fe4a76ca284d71..9aa87e72852c1bdf5f98680e1ab29b4ac652b625 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic error reporting routines.
-   Copyright (C) 1999, 2000, 2001, 2003, 2004
+   Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index eb1e99f293e64c82798b177853d7e18c5528cdf5..1081b5eb44b2c1c0b679629c6585f7b188bd428f 100644 (file)
@@ -1,5 +1,5 @@
 /* Dump a gcov file, for debugging use.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
 Gcov is free software; you can redistribute it and/or modify
index 67e08f0935eff46bfcdf515cf5b7f7fe5f21c0a9..fdaf93b07443197c641ac9f1ab80c77aa3f00132 100644 (file)
@@ -1,5 +1,5 @@
 /* File format for coverage information
-   Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004
+   Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Bob Manson <manson@cygnus.com>.
    Completely remangled by Nathan Sidwell <nathan@codesourcery.com>.
index 2b49dcff7e9ec607911de5bfa3a3990804c95f8a..798375e77f647b0acfb62dc9b659fbc2b55edbdc 100644 (file)
@@ -1,6 +1,6 @@
 /* File format for coverage information
    Copyright (C) 1996, 1997, 1998, 2000, 2002,
-   2003, 2004 Free Software Foundation, Inc.
+   2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Bob Manson <manson@cygnus.com>.
    Completely remangled by Nathan Sidwell <nathan@codesourcery.com>.
 
index b5736aa3f812f5261c61944da5c979f097d4fa17..6cf15d9d6e77b6761c7ec6034e3dfaa672e46e4e 100644 (file)
@@ -1,6 +1,6 @@
 /* gen-protos.c - massages a list of prototypes, for use by fixproto.
    Copyright (C) 1993, 1994, 1995, 1996, 1998,
-   1999, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2003, 2004, 2005 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 647c3b7b631a528cf143f1f868a89311d49ab871..1ba321a2a5e30c08fc4001728be7a469aefcc433 100644 (file)
@@ -1,5 +1,5 @@
 /* External definitions of source files of genattrtab.
-   Copyright (C)  2001, 2003 Free Software Foundation, Inc.
+   Copyright (C)  2001, 2003, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index ae63c1af99292d0acc78490bd6680cd3486ea3e2..20100160a6371e3878c89fe0b1a4e3e3e12699d7 100644 (file)
@@ -1,5 +1,6 @@
 /* Generate code from machine description to extract operands from insn as rtl.
-   Copyright (C) 1987, 1991, 1992, 1993, 1997, 1998, 1999, 2000, 2003, 2004
+   Copyright (C) 1987, 1991, 1992, 1993, 1997, 1998, 1999, 2000, 2003,
+   2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index e9daf3d89d86e1f2d9f210ef6d6d77ef20d0e2ed..5e17360dfcd00746d0be1cdce97a0caf5e506388 100644 (file)
@@ -1,6 +1,8 @@
 /* Threads compatibility routines for libgcc2 and libobjc.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 1999, 2000, 2002, 2003, 2004  Free Software Foundation, Inc.
+
+/* Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005
+   Free Software Foundation, Inc.
    Contributed by Mumit Khan <khan@xraylith.wisc.edu>.
 
 This file is part of GCC.
index 58f264da6d88b5bba6a238a01bb7d04865734acc..f3bbd3793932debbe0dcf3d80a6355eafcf31e77 100644 (file)
@@ -1,5 +1,5 @@
 /* Insn note definitions.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 22a7c4021ce971fee43d65638944430b9d2e1882..910f977bf3881bfb598a02526f66824b64f02aa2 100644 (file)
@@ -1,6 +1,6 @@
 /* Procedure integration for GCC.
    Copyright (C) 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com)
 
 This file is part of GCC.
index 8de0e985dcce1b1aad2e0a602bbbd4b11f031e1c..cdd033079bc1524db80b7a15f2602120a37ab924 100644 (file)
@@ -1,5 +1,5 @@
 /* Integer matrix math routines
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Daniel Berlin <dberlin@dberlin.org>.
 
 This file is part of GCC.
index d3fdc99687ce55833e9f4710feeceb424b763801..aaf40dc09d3f5f5738dd7d678094de786f9698b8 100644 (file)
@@ -1,5 +1,5 @@
 /* Lambda matrix and vector interface.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Daniel Berlin <dberlin@dberlin.org>
 
 This file is part of GCC.
index 713b611e450c1c90b066a9c6e3d26389b6b97571..054d1e0a3de1d5ef9567a471e13f05cb90b10faa 100644 (file)
@@ -1,7 +1,7 @@
 /* Routines required for instrumenting a program.  */
 /* Compile this one with gcc.  */
 /* Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004  Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 2caeafcaa9c4e75f08dbdcf2ee03b32e9446e326..1cbc489e668ac1f49d147cba7c80ca3b30a5c5e2 100644 (file)
@@ -1,6 +1,6 @@
 /* Allocate registers within a basic block, for GNU compiler.
    Copyright (C) 1987, 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index fca7a6a4be9282fdd689b29c2277ea34b538aa38..7e4898628e44a8092d9d852bdc5cd592ea95934f 100644 (file)
@@ -1,6 +1,6 @@
 /* This file contains the definitions and documentation for the
    machine modes used in the GNU compiler.
-   Copyright (C) 1987, 1992, 1994, 1997, 1998, 2000, 2003, 2004
+   Copyright (C) 1987, 1992, 1994, 1997, 1998, 2000, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 69f27908b26c2d50d58d2ac88cc4b4247ae87092..c0aec6f072edb012f2b7eaf852c1e7d8d1ed208c 100644 (file)
@@ -3,7 +3,7 @@
    in the form of comments (the mips assembler does not support
    assembly access to debug information).
    Copyright (C) 1991, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
-   2002, 2003, 2004 Free Software Foundation, Inc.
+   2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Michael Meissner (meissner@cygnus.com).
 
 This file is part of GCC.
index 965c7cccff7a926c51a21d82e421f89a565b72a1..bae4dbad4f6317da96661dae9cd759c643643336 100644 (file)
@@ -1,5 +1,5 @@
 /* params.c - Run-time parameters.
-   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
    Written by Mark Mitchell <mark@codesourcery.com>.
 
 This file is part of GCC.
index 8e071020cb55f5e4791f57f9e861b43c68613dd5..f20a8dee637fbbb2f24ec9f9ddc373c3eaefa90f 100644 (file)
@@ -1,5 +1,5 @@
 /* Various declarations for language-independent pretty-print subroutines.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
 
 This file is part of GCC.
index db214e9b89eabb4ce38576f02088c1039c2c0172..c523d805b07d540b15919f07158b1c622612d470 100644 (file)
@@ -1,5 +1,6 @@
 /* Print RTL for GCC.
-   Copyright (C) 1987, 1988, 1992, 1997, 1998, 1999, 2000, 2002, 2003, 2004
+   Copyright (C) 1987, 1988, 1992, 1997, 1998, 1999, 2000, 2002, 2003,
+   2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 3f0e251916122f4d92596e7b2e4e956a09dda633..9940f95d625eecbaeb2c50917d448cda1eed4e05 100644 (file)
@@ -1,6 +1,6 @@
 /* Protoize program - Original version by Ron Guilmette (rfg@segfault.us.com).
    Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index ed273e211ce8d6714188a34614c150730069e0f0..c55a74f76ce5b1b3da357fbba404f781db872217 100644 (file)
@@ -1,6 +1,6 @@
 /* Move registers around to reduce number of move instructions needed.
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 8920fb6a32085e9cb3d69ad21b0ca58bdbbdbff3..cd0ea22582f8994215ef2c2c84b0405ae677581e 100644 (file)
@@ -1,6 +1,6 @@
 /* Instruction scheduling pass.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
    and currently maintained by, Jim Wilson (wilson@cygnus.com)
 
index 8f8c065470d87c9991a0a16be6ff025b62b1a0d0..d101c9b14c775c803f208cb24c227a18d05e86a4 100644 (file)
@@ -1,5 +1,5 @@
 /* Chains of recurrences.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Sebastian Pop <s.pop@laposte.net>
 
 This file is part of GCC.
index 03c0736d469692979d8e9039d3467f1dc46bb09b..d9b7d5944a73cb3c1c1f3f9f931adeafa264c1b5 100644 (file)
@@ -1,5 +1,5 @@
 /* Data references and dependences detectors. 
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Sebastian Pop <s.pop@laposte.net>
 
 This file is part of GCC.
index e050964d7a5d31b55980fe46cb70f8d4d756f3ee..13c4ed6b654554b70ffaf7f6749dea2eb8fb479b 100644 (file)
--- a/gcc/vec.h
+++ b/gcc/vec.h
@@ -1,5 +1,5 @@
 /* Vector API for GNU compiler.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
 This file is part of GCC.