diff options
| author | Jakub Jelinek <jakub@gcc.gnu.org> | 2013-01-04 13:49:55 +0100 |
|---|---|---|
| committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2013-01-04 13:49:55 +0100 |
| commit | 90d04a445cb821407e109da069ac93cd5ff3031f (patch) | |
| tree | bb55f5b72dfc557698b74a9e740269cce291d1d5 /gcc/config/ia64 | |
| parent | 33879b9fc7b04a5051c4a5508eda29c355de859d (diff) | |
| download | gcc-90d04a445cb821407e109da069ac93cd5ff3031f.zip gcc-90d04a445cb821407e109da069ac93cd5ff3031f.tar.gz gcc-90d04a445cb821407e109da069ac93cd5ff3031f.tar.bz2 | |
Update Copyright years for files modified in 2011 and/or 2012.
From-SVN: r194903
Diffstat (limited to 'gcc/config/ia64')
| -rw-r--r-- | gcc/config/ia64/hpux.h | 2 | ||||
| -rw-r--r-- | gcc/config/ia64/ia64-protos.h | 2 | ||||
| -rw-r--r-- | gcc/config/ia64/ia64.c | 2 | ||||
| -rw-r--r-- | gcc/config/ia64/ia64.h | 2 | ||||
| -rw-r--r-- | gcc/config/ia64/ia64.md | 2 | ||||
| -rw-r--r-- | gcc/config/ia64/itanium2.md | 3 | ||||
| -rw-r--r-- | gcc/config/ia64/linux.h | 2 | ||||
| -rw-r--r-- | gcc/config/ia64/predicates.md | 2 | ||||
| -rw-r--r-- | gcc/config/ia64/sync.md | 2 | ||||
| -rw-r--r-- | gcc/config/ia64/t-ia64 | 2 | ||||
| -rw-r--r-- | gcc/config/ia64/vect.md | 3 | ||||
| -rw-r--r-- | gcc/config/ia64/vms.h | 2 |
12 files changed, 14 insertions, 12 deletions
diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index d9ae109..0d95dea 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -1,6 +1,6 @@ /* Definitions of target machine GNU compiler. IA-64 version. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2010, - 2011 Free Software Foundation, Inc. + 2011, 2012 Free Software Foundation, Inc. Contributed by Steve Ellcey <sje@cup.hp.com> and Reva Cuthbertson <reva@cup.hp.com> diff --git a/gcc/config/ia64/ia64-protos.h b/gcc/config/ia64/ia64-protos.h index 39d34d4..e0bd07a 100644 --- a/gcc/config/ia64/ia64-protos.h +++ b/gcc/config/ia64/ia64-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for IA-64. - Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2007, 2010, 2011 + Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2007, 2010, 2011, 2012 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 9be9b42..b85351c 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010, 2011 + 2009, 2010, 2011, 2012 Free Software Foundation, Inc. Contributed by James E. Wilson <wilson@cygnus.com> and David Mosberger <davidm@hpl.hp.com>. diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h index 2f0a929..b625eb6 100644 --- a/gcc/config/ia64/ia64.h +++ b/gcc/config/ia64/ia64.h @@ -1,6 +1,6 @@ /* Definitions of target machine GNU compiler. IA-64 version. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010, 2011 Free Software Foundation, Inc. + 2009, 2010, 2011, 2012 Free Software Foundation, Inc. Contributed by James E. Wilson <wilson@cygnus.com> and David Mosberger <davidm@hpl.hp.com>. diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md index f84f1ad..4b9ea22a3 100644 --- a/gcc/config/ia64/ia64.md +++ b/gcc/config/ia64/ia64.md @@ -1,6 +1,6 @@ ;; IA-64 Machine description template ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; 2009, 2010, 2011, 2012 Free Software Foundation, Inc. ;; Contributed by James E. Wilson <wilson@cygnus.com> and ;; David Mosberger <davidm@hpl.hp.com>. diff --git a/gcc/config/ia64/itanium2.md b/gcc/config/ia64/itanium2.md index 33074f9..8afd437 100644 --- a/gcc/config/ia64/itanium2.md +++ b/gcc/config/ia64/itanium2.md @@ -1,5 +1,6 @@ ;; Itanium2 DFA descriptions for insn scheduling and bundling. -;; Copyright (C) 2002, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2004, 2005, 2007, 2008, 2011 +;; Free Software Foundation, Inc. ;; Contributed by Vladimir Makarov <vmakarov@redhat.com>. ;; ;; This file is part of GCC. diff --git a/gcc/config/ia64/linux.h b/gcc/config/ia64/linux.h index 0e3b9be..815ec05 100644 --- a/gcc/config/ia64/linux.h +++ b/gcc/config/ia64/linux.h @@ -1,7 +1,7 @@ /* Definitions for ia64-linux target. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, -2009, 2010, 2011 Free Software Foundation, Inc. +2009, 2010, 2011, 2012 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/ia64/predicates.md b/gcc/config/ia64/predicates.md index 6622b20..6457961 100644 --- a/gcc/config/ia64/predicates.md +++ b/gcc/config/ia64/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for IA-64. -;; Copyright (C) 2004, 2005, 2007, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2007, 2010, 2011 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/ia64/sync.md b/gcc/config/ia64/sync.md index 088ca0b..3030efe 100644 --- a/gcc/config/ia64/sync.md +++ b/gcc/config/ia64/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for IA-64 synchronization instructions. -;; Copyright (C) 2005, 2007, 2008, 2009, 2010 +;; Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011, 2012 ;; Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/ia64/t-ia64 b/gcc/config/ia64/t-ia64 index 4b9846b..30de20a 100644 --- a/gcc/config/ia64/t-ia64 +++ b/gcc/config/ia64/t-ia64 @@ -1,5 +1,5 @@ # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -# 2010, 2011 +# 2010, 2011, 2012 # Free Software Foundation, Inc. # # This file is part of GCC. diff --git a/gcc/config/ia64/vect.md b/gcc/config/ia64/vect.md index 4d85aa0..fd53121 100644 --- a/gcc/config/ia64/vect.md +++ b/gcc/config/ia64/vect.md @@ -1,5 +1,6 @@ ;; IA-64 machine description for vector operations. -;; Copyright (C) 2004, 2005, 2007, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2007, 2010, 2011, 2012 +;; Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/ia64/vms.h b/gcc/config/ia64/vms.h index 3e81d76..4d74012 100644 --- a/gcc/config/ia64/vms.h +++ b/gcc/config/ia64/vms.h @@ -1,5 +1,5 @@ /* Definitions of target machine GNU compiler. IA64-VMS version. - Copyright (C) 2003-2011 Free Software Foundation, Inc. + Copyright (C) 2003-2012 Free Software Foundation, Inc. Contributed by Douglas B Rupp (rupp@gnat.com). This file is part of GCC. |
