aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2013-01-04 13:49:55 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2013-01-04 13:49:55 +0100
commit90d04a445cb821407e109da069ac93cd5ff3031f (patch)
treebb55f5b72dfc557698b74a9e740269cce291d1d5 /gcc/config/m32c
parent33879b9fc7b04a5051c4a5508eda29c355de859d (diff)
downloadgcc-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/m32c')
-rw-r--r--gcc/config/m32c/bitops.md2
-rw-r--r--gcc/config/m32c/blkmov.md2
-rw-r--r--gcc/config/m32c/cond.md2
-rw-r--r--gcc/config/m32c/m32c-pragma.c2
-rw-r--r--gcc/config/m32c/m32c-protos.h2
-rw-r--r--gcc/config/m32c/m32c.c2
-rw-r--r--gcc/config/m32c/m32c.h2
-rw-r--r--gcc/config/m32c/predicates.md2
-rw-r--r--gcc/config/m32c/prologue.md2
-rw-r--r--gcc/config/m32c/t-m32c2
10 files changed, 10 insertions, 10 deletions
diff --git a/gcc/config/m32c/bitops.md b/gcc/config/m32c/bitops.md
index 060362d..51f1667 100644
--- a/gcc/config/m32c/bitops.md
+++ b/gcc/config/m32c/bitops.md
@@ -1,5 +1,5 @@
;; Machine Descriptions for R8C/M16C/M32C
-;; Copyright (C) 2005, 2007, 2008, 2010
+;; Copyright (C) 2005, 2007, 2008, 2010, 2012
;; Free Software Foundation, Inc.
;; Contributed by Red Hat.
;;
diff --git a/gcc/config/m32c/blkmov.md b/gcc/config/m32c/blkmov.md
index a5345ce..8efbd86 100644
--- a/gcc/config/m32c/blkmov.md
+++ b/gcc/config/m32c/blkmov.md
@@ -1,5 +1,5 @@
;; Machine Descriptions for R8C/M16C/M32C
-;; Copyright (C) 2006, 2007, 2010
+;; Copyright (C) 2006, 2007, 2010, 2011
;; Free Software Foundation, Inc.
;; Contributed by Red Hat.
;;
diff --git a/gcc/config/m32c/cond.md b/gcc/config/m32c/cond.md
index 5886a7d..8a570b1 100644
--- a/gcc/config/m32c/cond.md
+++ b/gcc/config/m32c/cond.md
@@ -1,5 +1,5 @@
;; Machine Descriptions for R8C/M16C/M32C
-;; Copyright (C) 2005, 2007, 2008
+;; Copyright (C) 2005, 2007, 2008, 2012
;; Free Software Foundation, Inc.
;; Contributed by Red Hat.
;;
diff --git a/gcc/config/m32c/m32c-pragma.c b/gcc/config/m32c/m32c-pragma.c
index 517c601..9902b1b 100644
--- a/gcc/config/m32c/m32c-pragma.c
+++ b/gcc/config/m32c/m32c-pragma.c
@@ -1,5 +1,5 @@
/* M32C Pragma support
- Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2010, 2012 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of GCC.
diff --git a/gcc/config/m32c/m32c-protos.h b/gcc/config/m32c/m32c-protos.h
index 1f70da1..a1b80d0 100644
--- a/gcc/config/m32c/m32c-protos.h
+++ b/gcc/config/m32c/m32c-protos.h
@@ -1,5 +1,5 @@
/* Target Prototypes for R8C/M16C/M32C
- Copyright (C) 2005, 2007, 2008, 2010, 2011
+ Copyright (C) 2005, 2007, 2008, 2010, 2011, 2012
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/gcc/config/m32c/m32c.c b/gcc/config/m32c/m32c.c
index 100c16f..4db199d 100644
--- a/gcc/config/m32c/m32c.c
+++ b/gcc/config/m32c/m32c.c
@@ -1,5 +1,5 @@
/* Target Code for R8C/M16C/M32C
- Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
+ Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/gcc/config/m32c/m32c.h b/gcc/config/m32c/m32c.h
index 1efbd36..d502b94 100644
--- a/gcc/config/m32c/m32c.h
+++ b/gcc/config/m32c/m32c.h
@@ -1,5 +1,5 @@
/* Target Definitions for R8C/M16C/M32C
- Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+ Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011, 2012
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/gcc/config/m32c/predicates.md b/gcc/config/m32c/predicates.md
index 9045cb5..98586d1 100644
--- a/gcc/config/m32c/predicates.md
+++ b/gcc/config/m32c/predicates.md
@@ -1,5 +1,5 @@
;; Machine Descriptions for R8C/M16C/M32C
-;; Copyright (C) 2005, 2007, 2008, 2010
+;; Copyright (C) 2005, 2007, 2008, 2010, 2012
;; Free Software Foundation, Inc.
;; Contributed by Red Hat.
;;
diff --git a/gcc/config/m32c/prologue.md b/gcc/config/m32c/prologue.md
index f4e62db..8f0cb22 100644
--- a/gcc/config/m32c/prologue.md
+++ b/gcc/config/m32c/prologue.md
@@ -1,5 +1,5 @@
;; Machine Descriptions for R8C/M16C/M32C
-;; Copyright (C) 2005, 2007, 2008
+;; Copyright (C) 2005, 2007, 2008, 2011
;; Free Software Foundation, Inc.
;; Contributed by Red Hat.
;;
diff --git a/gcc/config/m32c/t-m32c b/gcc/config/m32c/t-m32c
index d5f1bf4..8dbda1b 100644
--- a/gcc/config/m32c/t-m32c
+++ b/gcc/config/m32c/t-m32c
@@ -1,5 +1,5 @@
# Target Makefile Fragment for R8C/M16C/M32C
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2011
+# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2011, 2012
# Free Software Foundation, Inc.
# Contributed by Red Hat.
#