diff options
-rw-r--r-- | gcc/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/config/arc/arc-protos.h | 2 | ||||
-rw-r--r-- | gcc/config/arm/aout.h | 2 | ||||
-rw-r--r-- | gcc/config/arm/elf.h | 2 | ||||
-rw-r--r-- | gcc/config/arm/freebsd.h | 2 | ||||
-rw-r--r-- | gcc/config/arm/linux-gas.h | 3 | ||||
-rw-r--r-- | gcc/config/arm/semi.h | 3 | ||||
-rw-r--r-- | gcc/config/cris/cris-protos.h | 3 | ||||
-rw-r--r-- | gcc/config/freebsd-spec.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/xm-djgpp.h | 3 | ||||
-rw-r--r-- | gcc/config/ia64/freebsd.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/7000.md | 2 | ||||
-rw-r--r-- | gcc/config/mips/9000.md | 2 | ||||
-rw-r--r-- | gcc/config/ns32k/ns32k-protos.h | 2 | ||||
-rw-r--r-- | gcc/config/sparc/pbd.h | 2 |
15 files changed, 28 insertions, 14 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 852ba5866ed..9744c027a9d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2004-03-16 Kazu Hirata <kazu@cs.umass.edu> + + * config/freebsd-spec.h, config/arc/arc-protos.h, + config/arm/aout.h, config/arm/elf.h, config/arm/freebsd.h, + config/arm/linux-gas.h, config/arm/semi.h, + config/cris/cris-protos.h, config/i386/xm-djgpp.h, + config/ia64/freebsd.h, config/mips/7000.md, + config/mips/9000.md, config/ns32k/ns32k-protos.h, + config/sparc/pbd.h: Update copyright. + 2004-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> PR target/14577 diff --git a/gcc/config/arc/arc-protos.h b/gcc/config/arc/arc-protos.h index da9f70afe4b..6d28cf13433 100644 --- a/gcc/config/arc/arc-protos.h +++ b/gcc/config/arc/arc-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Argonaut ARC cpu. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2004 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h index e18a1158484..fb27dc5c383 100644 --- a/gcc/config/arm/aout.h +++ b/gcc/config/arm/aout.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for ARM with a.out - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2004 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rearnsha@armltd.co.uk). diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h index e3f393aa9d9..033403cf160 100644 --- a/gcc/config/arm/elf.h +++ b/gcc/config/arm/elf.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. For ARM with ELF obj format. - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2004 Free Software Foundation, Inc. Contributed by Philip Blundell <philb@gnu.org> and Catherine Moore <clm@cygnus.com> diff --git a/gcc/config/arm/freebsd.h b/gcc/config/arm/freebsd.h index 3aea2f86979..cfeb479a54a 100644 --- a/gcc/config/arm/freebsd.h +++ b/gcc/config/arm/freebsd.h @@ -1,5 +1,5 @@ /* Definitions for StrongARM running FreeBSD using the ELF format - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2004 Free Software Foundation, Inc. Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi. This file is part of GCC. diff --git a/gcc/config/arm/linux-gas.h b/gcc/config/arm/linux-gas.h index 1be7e22b53f..f9f70b239fd 100644 --- a/gcc/config/arm/linux-gas.h +++ b/gcc/config/arm/linux-gas.h @@ -1,6 +1,7 @@ /* Definitions of target machine for GNU compiler. ARM Linux-based GNU systems version. - Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2004 + Free Software Foundation, Inc. Contributed by Russell King <rmk92@ecs.soton.ac.uk>. This file is part of GCC. diff --git a/gcc/config/arm/semi.h b/gcc/config/arm/semi.h index 0c9dadc208f..84cf8f6e19d 100644 --- a/gcc/config/arm/semi.h +++ b/gcc/config/arm/semi.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler. ARM on semi-hosted platform - Copyright (C) 1994, 1995, 1996, 1997, 2001 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 1997, 2001, 2004 + Free Software Foundation, Inc. Contributed by Richard Earnshaw (richard.earnshaw@arm.com) This file is part of GCC. diff --git a/gcc/config/cris/cris-protos.h b/gcc/config/cris/cris-protos.h index 1fc64738353..d5d43dfac59 100644 --- a/gcc/config/cris/cris-protos.h +++ b/gcc/config/cris/cris-protos.h @@ -1,5 +1,6 @@ /* Definitions for GCC. Part of the machine description for CRIS. - Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2004 + Free Software Foundation, Inc. Contributed by Axis Communications. This file is part of GCC. diff --git a/gcc/config/freebsd-spec.h b/gcc/config/freebsd-spec.h index 7370547727e..15f64a23d1e 100644 --- a/gcc/config/freebsd-spec.h +++ b/gcc/config/freebsd-spec.h @@ -1,5 +1,5 @@ /* Base configuration file for all FreeBSD targets. - Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/xm-djgpp.h b/gcc/config/i386/xm-djgpp.h index 9bb520da8ef..7617fd148e0 100644 --- a/gcc/config/i386/xm-djgpp.h +++ b/gcc/config/i386/xm-djgpp.h @@ -1,5 +1,6 @@ /* Configuration for GCC for Intel 80386 running DJGPP. - Copyright (C) 1988, 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1988, 1996, 1998, 1999, 2000, 2001, 2004 + Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/ia64/freebsd.h b/gcc/config/ia64/freebsd.h index c375ae9d540..60b79f0c715 100644 --- a/gcc/config/ia64/freebsd.h +++ b/gcc/config/ia64/freebsd.h @@ -1,5 +1,5 @@ /* Definitions for Intel IA-64 running FreeBSD using the ELF format - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2004 Free Software Foundation, Inc. Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi. This file is part of GCC. diff --git a/gcc/config/mips/7000.md b/gcc/config/mips/7000.md index 86ec1971f88..e842eb5f3e0 100644 --- a/gcc/config/mips/7000.md +++ b/gcc/config/mips/7000.md @@ -1,5 +1,5 @@ ;; DFA-based pipeline description for the RM7000. -;; Copyright (C) 2003 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/9000.md b/gcc/config/mips/9000.md index fed9061fc42..79b2e19ba4f 100644 --- a/gcc/config/mips/9000.md +++ b/gcc/config/mips/9000.md @@ -1,5 +1,5 @@ ;; DFA-based pipeline description for the RM9000. -;; Copyright (C) 2003 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/ns32k/ns32k-protos.h b/gcc/config/ns32k/ns32k-protos.h index 76ab46de01e..667a1dd8080 100644 --- a/gcc/config/ns32k/ns32k-protos.h +++ b/gcc/config/ns32k/ns32k-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. NS32000 version. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2004 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/config/sparc/pbd.h b/gcc/config/sparc/pbd.h index 528bb227477..650ad68d8dd 100644 --- a/gcc/config/sparc/pbd.h +++ b/gcc/config/sparc/pbd.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, Citicorp/TTI Unicom PBD version (using GAS and COFF (encapsulated is unacceptable) ) - Copyright (C) 1990, 1996, 2000 Free Software Foundation, Inc. + Copyright (C) 1990, 1996, 2000, 2004 Free Software Foundation, Inc. This file is part of GCC. |