Update Copyright years in gcc/config/epiphany .

From-SVN: r193944
This commit is contained in:
Joern Rennecke 2012-11-29 18:05:53 +00:00
parent 28131dfe44
commit 53750ab003
8 changed files with 11 additions and 11 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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 */

View File

@ -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.
;;

View File

@ -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 */

View File

@ -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.