diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mcore/mcore-pe.h | 3 | ||||
-rw-r--r-- | gcc/config/ptx4.h | 3 | ||||
-rw-r--r-- | gcc/config/rs6000/eabi.h | 2 | ||||
-rw-r--r-- | gcc/config/vax/elf.h | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b5b0acdc422..b86e64ccf74 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-22 Kazu Hirata <kazu@cs.umass.edu> + + * config/ptx4.h, config/mcore/mcore-pe.h, + config/rs6000/eabi.h, config/vax/elf.h: Update copyright. + 2004-10-22 Peter Barada <peter@the-baradas.com> * config/m68k/m68k.h (HARD_REGNO_RENAME_OK): New macro. diff --git a/gcc/config/mcore/mcore-pe.h b/gcc/config/mcore/mcore-pe.h index 224f3423981..2abe38abcfa 100644 --- a/gcc/config/mcore/mcore-pe.h +++ b/gcc/config/mcore/mcore-pe.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler, for MCore using COFF/PE. - Copyright (C) 1994, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1994, 1999, 2000, 2002, 2003, 2004 + Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com). This file is part of GCC. diff --git a/gcc/config/ptx4.h b/gcc/config/ptx4.h index 2b0fadcd69a..06b0d23343e 100644 --- a/gcc/config/ptx4.h +++ b/gcc/config/ptx4.h @@ -1,6 +1,7 @@ /* Operating system specific defines to be used when targeting GCC for Sequent's Dynix/ptx v4 and later. - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. + Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004 + Free Software Foundation, Inc. Generic SysV4 file Contributed by Ron Guilmette (rfg@monkeys.com). Renamed and changed to suit Dynix/ptx v4 and later. Modified by Tim Wright (timw@sequent.com). diff --git a/gcc/config/rs6000/eabi.h b/gcc/config/rs6000/eabi.h index 8de75a6cee2..856a74debe0 100644 --- a/gcc/config/rs6000/eabi.h +++ b/gcc/config/rs6000/eabi.h @@ -1,6 +1,6 @@ /* Core target definitions for GNU compiler for IBM RS/6000 PowerPC targeted to embedded ELF systems. - Copyright (C) 1995, 1996, 2000, 2003 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2000, 2003, 2004 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GCC. diff --git a/gcc/config/vax/elf.h b/gcc/config/vax/elf.h index 43757ebdfee..0668d5b8d3f 100644 --- a/gcc/config/vax/elf.h +++ b/gcc/config/vax/elf.h @@ -1,5 +1,5 @@ /* Target definitions for GNU compiler for VAX using ELF - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2004 Free Software Foundation, Inc. Contributed by Matt Thomas (matt@3am-software.com) This file is part of GCC. |