aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@gcc.gnu.org>2012-11-29 18:05:53 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2012-11-29 18:05:53 +0000
commit53750ab003876bae145f36431392e2531e70e7cc (patch)
tree9d21cf94cfb2734a8e16e8745856de23ec795641 /gcc/config
parent28131dfe443772ac5e625914cc341f5be9f8bbc7 (diff)
downloadgcc-53750ab003876bae145f36431392e2531e70e7cc.zip
gcc-53750ab003876bae145f36431392e2531e70e7cc.tar.gz
gcc-53750ab003876bae145f36431392e2531e70e7cc.tar.bz2
Update Copyright years in gcc/config/epiphany .
From-SVN: r193944
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/epiphany/epiphany-protos.h3
-rw-r--r--gcc/config/epiphany/epiphany-sched.md2
-rw-r--r--gcc/config/epiphany/epiphany.h2
-rw-r--r--gcc/config/epiphany/epiphany.opt2
-rw-r--r--gcc/config/epiphany/mode-switch-use.c4
-rw-r--r--gcc/config/epiphany/predicates.md3
-rw-r--r--gcc/config/epiphany/resolve-sw-modes.c4
-rw-r--r--gcc/config/epiphany/t-epiphany2
8 files changed, 11 insertions, 11 deletions
diff --git a/gcc/config/epiphany/epiphany-protos.h b/gcc/config/epiphany/epiphany-protos.h
index ca1d0cc..cb6885a 100644
--- a/gcc/config/epiphany/epiphany-protos.h
+++ b/gcc/config/epiphany/epiphany-protos.h
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler, EPIPHANY cpu.
- Copyright (C) 2000, 2004, 2007, 2009, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2004, 2007, 2009, 2011, 2012
+ Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of GCC.
diff --git a/gcc/config/epiphany/epiphany-sched.md b/gcc/config/epiphany/epiphany-sched.md
index 5e1519f..d256bfe 100644
--- a/gcc/config/epiphany/epiphany-sched.md
+++ b/gcc/config/epiphany/epiphany-sched.md
@@ -1,5 +1,5 @@
;; DFA scheduling description for EPIPHANY
-;; Copyright (C) 2004, 2006, 2007, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2006, 2007, 2009, 2012 Free Software Foundation, Inc.
;; Contributed by Embecosm on behalf of Adapteva, Inc.
;; This file is part of GCC.
diff --git a/gcc/config/epiphany/epiphany.h b/gcc/config/epiphany/epiphany.h
index 609030c..c18aaa4 100644
--- a/gcc/config/epiphany/epiphany.h
+++ b/gcc/config/epiphany/epiphany.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler, Argonaut EPIPHANY cpu.
Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005,
- 2007, 2009, 2011 Free Software Foundation, Inc.
+ 2007, 2009, 2011, 2012 Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of GCC.
diff --git a/gcc/config/epiphany/epiphany.opt b/gcc/config/epiphany/epiphany.opt
index cb3a4c7..60a957e 100644
--- a/gcc/config/epiphany/epiphany.opt
+++ b/gcc/config/epiphany/epiphany.opt
@@ -1,6 +1,6 @@
; Options for the Adapteva EPIPHANY port of the compiler
;
-; Copyright (C) 2005, 2007, 2009, 2011 Free Software Foundation, Inc.
+; Copyright (C) 2005, 2007, 2009, 2011, 2012 Free Software Foundation, Inc.
; Contributed by Embecosm on behalf of Adapteva, Inc.
;
; This file is part of GCC.
diff --git a/gcc/config/epiphany/mode-switch-use.c b/gcc/config/epiphany/mode-switch-use.c
index ef89004..c898e95 100644
--- a/gcc/config/epiphany/mode-switch-use.c
+++ b/gcc/config/epiphany/mode-switch-use.c
@@ -1,6 +1,6 @@
/* Insert USEs in instructions that require mode switching.
This should probably be merged into mode-switching.c .
- Copyright (C) 2011 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2012 Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of GCC.
@@ -76,7 +76,7 @@ struct rtl_opt_pass pass_mode_switch_use =
{
RTL_PASS,
"mode_switch_use", /* name */
- OPTGROUP_NONE, /* optinfo_flags */
+ OPTGROUP_NONE, /* optinfo_flags */
NULL, /* gate */
insert_uses, /* execute */
NULL, /* sub */
diff --git a/gcc/config/epiphany/predicates.md b/gcc/config/epiphany/predicates.md
index cb4b574..30456e5 100644
--- a/gcc/config/epiphany/predicates.md
+++ b/gcc/config/epiphany/predicates.md
@@ -1,6 +1,5 @@
;; Predicate definitions for code generation on the EPIPHANY cpu.
-;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 1994, 1995, 1997-2012
;; Free Software Foundation, Inc.
;; Contributed by Embecosm on behalf of Adapteva, Inc.
;;
diff --git a/gcc/config/epiphany/resolve-sw-modes.c b/gcc/config/epiphany/resolve-sw-modes.c
index 9704553..89c4d6d 100644
--- a/gcc/config/epiphany/resolve-sw-modes.c
+++ b/gcc/config/epiphany/resolve-sw-modes.c
@@ -1,5 +1,5 @@
/* Mode switching cleanup pass for the EPIPHANY cpu.
- Copyright (C) 2000, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2011, 2012 Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of GCC.
@@ -166,7 +166,7 @@ struct rtl_opt_pass pass_resolve_sw_modes =
{
RTL_PASS,
"resolve_sw_modes", /* name */
- OPTGROUP_NONE, /* optinfo_flags */
+ OPTGROUP_NONE, /* optinfo_flags */
gate_resolve_sw_modes, /* gate */
resolve_sw_modes, /* execute */
NULL, /* sub */
diff --git a/gcc/config/epiphany/t-epiphany b/gcc/config/epiphany/t-epiphany
index 70f41bf..ab92c34 100644
--- a/gcc/config/epiphany/t-epiphany
+++ b/gcc/config/epiphany/t-epiphany
@@ -1,5 +1,5 @@
# Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003,
-# 2004, 2009, 2010, 2011 Free Software Foundation, Inc.
+# 2004, 2009-2012 Free Software Foundation, Inc.
# Contributed by Embecosm on behalf of Adapteva, Inc.
#
# This file is part of GCC.