diff options
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/constraints.md | 2 | ||||
-rw-r--r-- | gcc/config/mips/elfoabi.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/iris.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/iris6.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/linux-unwind.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/linux.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/linux64.h | 3 | ||||
-rw-r--r-- | gcc/config/mips/loongson.md | 2 | ||||
-rw-r--r-- | gcc/config/mips/mips-ftypes.def | 2 | ||||
-rw-r--r-- | gcc/config/mips/mips-modes.def | 2 | ||||
-rw-r--r-- | gcc/config/mips/mips-protos.h | 3 | ||||
-rw-r--r-- | gcc/config/mips/mips.c | 2 | ||||
-rw-r--r-- | gcc/config/mips/mips.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/mips.md | 2 | ||||
-rw-r--r-- | gcc/config/mips/mips.opt | 2 | ||||
-rw-r--r-- | gcc/config/mips/mips16.S | 2 | ||||
-rw-r--r-- | gcc/config/mips/openbsd.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/predicates.md | 2 | ||||
-rw-r--r-- | gcc/config/mips/sde.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/sdemtk.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/sync.md | 2 | ||||
-rw-r--r-- | gcc/config/mips/vr.h | 2 | ||||
-rw-r--r-- | gcc/config/mips/vxworks.h | 2 |
23 files changed, 25 insertions, 23 deletions
diff --git a/gcc/config/mips/constraints.md b/gcc/config/mips/constraints.md index 3a03a3cb633..a749855072b 100644 --- a/gcc/config/mips/constraints.md +++ b/gcc/config/mips/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for MIPS. -;; Copyright (C) 2006, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/elfoabi.h b/gcc/config/mips/elfoabi.h index add44b4cae8..a3d92bf8721 100644 --- a/gcc/config/mips/elfoabi.h +++ b/gcc/config/mips/elfoabi.h @@ -1,6 +1,6 @@ /* Target macros for mips*-elf targets that selected between o32 and o64 based on the target architecture. - Copyright (C) 1994, 1997, 1999, 2000, 2002, 2003, 2004, 2007 + Copyright (C) 1994, 1997, 1999, 2000, 2002, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/iris.h b/gcc/config/mips/iris.h index 312845b3923..fce82174e66 100644 --- a/gcc/config/mips/iris.h +++ b/gcc/config/mips/iris.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. Generic IRIX version. Copyright (C) 1993, 1995, 1996, 1998, 2000, - 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. + 2001, 2002, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h index b47c38f1218..ad2dccc42b5 100644 --- a/gcc/config/mips/iris6.h +++ b/gcc/config/mips/iris6.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. IRIX version 6. Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/linux-unwind.h b/gcc/config/mips/linux-unwind.h index 818b436e360..f9bb29f61e9 100644 --- a/gcc/config/mips/linux-unwind.h +++ b/gcc/config/mips/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for MIPS Linux. - Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index c028f563de0..0512ef7d14f 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -1,6 +1,6 @@ /* Definitions for MIPS running Linux-based GNU systems with ELF format. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007 Free Software Foundation, Inc. + 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/linux64.h b/gcc/config/mips/linux64.h index 5b68e4d54eb..2f24dfa1416 100644 --- a/gcc/config/mips/linux64.h +++ b/gcc/config/mips/linux64.h @@ -1,6 +1,7 @@ /* Definitions for MIPS running Linux-based GNU systems with ELF format using n32/64 abi. - Copyright 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/loongson.md b/gcc/config/mips/loongson.md index 8febfd73fac..f952cf672ee 100644 --- a/gcc/config/mips/loongson.md +++ b/gcc/config/mips/loongson.md @@ -1,5 +1,5 @@ ;; Machine description for ST Microelectronics Loongson-2E/2F. -;; Copyright (C) 2008 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/mips-ftypes.def b/gcc/config/mips/mips-ftypes.def index df0d9ff2aa3..0357aa64935 100644 --- a/gcc/config/mips/mips-ftypes.def +++ b/gcc/config/mips/mips-ftypes.def @@ -1,5 +1,5 @@ /* Definitions of prototypes for MIPS built-in functions. -*- C -*- - Copyright (C) 2007 + Copyright (C) 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/mips-modes.def b/gcc/config/mips/mips-modes.def index d1617aed83f..b9c508b5c5b 100644 --- a/gcc/config/mips/mips-modes.def +++ b/gcc/config/mips/mips-modes.def @@ -1,5 +1,5 @@ /* MIPS extra machine modes. - Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/mips-protos.h b/gcc/config/mips/mips-protos.h index 3fa67c982ea..d00b368d9fa 100644 --- a/gcc/config/mips/mips-protos.h +++ b/gcc/config/mips/mips-protos.h @@ -1,6 +1,7 @@ /* Prototypes of target machine for GNU compiler. MIPS version. Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. + 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2008 + Free Software Foundation, Inc. Contributed by A. Lichnewsky (lich@inria.inria.fr). Changed by Michael Meissner (meissner@osf.org). 64-bit r4000 support by Ian Lance Taylor (ian@cygnus.com) and diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 2c1567c6876..64da58a7f12 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -1,6 +1,6 @@ /* Subroutines used for MIPS code generation. Copyright (C) 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 + 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by A. Lichnewsky, lich@inria.inria.fr. Changes by Michael Meissner, meissner@osf.org. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 464148704f3..c2533c49e9f 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. MIPS version. Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008 + 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by A. Lichnewsky (lich@inria.inria.fr). Changed by Michael Meissner (meissner@osf.org). diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index e43d8246a16..10572743e75 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -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, 2004, 2005, 2006, 2007, 2008 +;; 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 ;; Free Software Foundation, Inc. ;; Contributed by A. Lichnewsky, lich@inria.inria.fr ;; Changes by Michael Meissner, meissner@osf.org diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt index c7e78ff5d13..90167542790 100644 --- a/gcc/config/mips/mips.opt +++ b/gcc/config/mips/mips.opt @@ -1,6 +1,6 @@ ; Options for the MIPS port of the compiler ; -; Copyright (C) 2005, 2007 Free Software Foundation, Inc. +; Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/mips/mips16.S b/gcc/config/mips/mips16.S index edc84de8043..4570393cac8 100644 --- a/gcc/config/mips/mips16.S +++ b/gcc/config/mips/mips16.S @@ -1,5 +1,5 @@ /* mips16 floating point support code - Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 2008 Free Software Foundation, Inc. Contributed by Cygnus Support This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/mips/openbsd.h b/gcc/config/mips/openbsd.h index af420f386a3..d561c65d0eb 100644 --- a/gcc/config/mips/openbsd.h +++ b/gcc/config/mips/openbsd.h @@ -1,5 +1,5 @@ /* Configuration for a MIPS ABI32 OpenBSD target. - Copyright (C) 1999, 2003, 2004, 2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/predicates.md b/gcc/config/mips/predicates.md index 0e8c85b93be..aaebdded674 100644 --- a/gcc/config/mips/predicates.md +++ b/gcc/config/mips/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for MIPS. -;; Copyright (C) 2004, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/sde.h b/gcc/config/mips/sde.h index 876a990476f..3640883e042 100644 --- a/gcc/config/mips/sde.h +++ b/gcc/config/mips/sde.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. MIPS SDE version. - Copyright (C) 2003, 2004, 2007 + Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/sdemtk.h b/gcc/config/mips/sdemtk.h index f6b60970727..3e4e58fdd4f 100644 --- a/gcc/config/mips/sdemtk.h +++ b/gcc/config/mips/sdemtk.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. MIPS SDE version, for use with the SDE C library rather than newlib. - Copyright (C) 2007 + Copyright (C) 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/sync.md b/gcc/config/mips/sync.md index 35d10571abd..cd3fdc65ace 100644 --- a/gcc/config/mips/sync.md +++ b/gcc/config/mips/sync.md @@ -1,6 +1,6 @@ ;; Machine Description for MIPS based processor synchronization ;; instructions. -;; Copyright (C) 2007, 2008 +;; Copyright (C) 2007, 2008, 2009 ;; Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/mips/vr.h b/gcc/config/mips/vr.h index b5b32c8ea21..aa0d91a276e 100644 --- a/gcc/config/mips/vr.h +++ b/gcc/config/mips/vr.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. NEC VR Series Processors - Copyright (c) 2002, 2004, 2005, 2007 Free Software Foundation, Inc. + Copyright (c) 2002, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/gcc/config/mips/vxworks.h b/gcc/config/mips/vxworks.h index 16679a0b32b..f77d62b2be5 100644 --- a/gcc/config/mips/vxworks.h +++ b/gcc/config/mips/vxworks.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2003, 2004, 2007 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. |