diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2009-02-20 16:20:38 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2009-02-20 16:20:38 +0100 |
commit | 66647d441f149c553f8844841f180ad047bd0edd (patch) | |
tree | 307cc84ef95d102e4d7a53fbe0e3d6ac09e0e7bf /gcc/config/bfin | |
parent | 07d8efe38503f0e330c788d8ad5949e55657d915 (diff) | |
download | gcc-66647d441f149c553f8844841f180ad047bd0edd.zip gcc-66647d441f149c553f8844841f180ad047bd0edd.tar.gz gcc-66647d441f149c553f8844841f180ad047bd0edd.tar.bz2 |
Update Copyright years for files modified in 2008 and/or 2009.
From-SVN: r144324
Diffstat (limited to 'gcc/config/bfin')
-rw-r--r-- | gcc/config/bfin/bfin.c | 2 | ||||
-rw-r--r-- | gcc/config/bfin/bfin.md | 2 | ||||
-rw-r--r-- | gcc/config/bfin/bfin.opt | 2 | ||||
-rw-r--r-- | gcc/config/bfin/crti.s | 2 | ||||
-rw-r--r-- | gcc/config/bfin/crtlibid.s | 2 | ||||
-rw-r--r-- | gcc/config/bfin/crtn.s | 2 | ||||
-rw-r--r-- | gcc/config/bfin/predicates.md | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/bfin/bfin.c b/gcc/config/bfin/bfin.c index dcfbd1f..ec5dd57 100644 --- a/gcc/config/bfin/bfin.c +++ b/gcc/config/bfin/bfin.c @@ -1,5 +1,5 @@ /* The Blackfin code generation auxiliary output file. - Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Analog Devices. This file is part of GCC. diff --git a/gcc/config/bfin/bfin.md b/gcc/config/bfin/bfin.md index 3199666..516a205 100644 --- a/gcc/config/bfin/bfin.md +++ b/gcc/config/bfin/bfin.md @@ -1,5 +1,5 @@ ;;- Machine description for Blackfin for GNU compiler -;; Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +;; Copyright 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Contributed by Analog Devices. ;; This file is part of GCC. diff --git a/gcc/config/bfin/bfin.opt b/gcc/config/bfin/bfin.opt index 633e135..c7a9056 100644 --- a/gcc/config/bfin/bfin.opt +++ b/gcc/config/bfin/bfin.opt @@ -1,6 +1,6 @@ ; Options for the Blackfin 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/bfin/crti.s b/gcc/config/bfin/crti.s index 8ddedcb..136516e 100644 --- a/gcc/config/bfin/crti.s +++ b/gcc/config/bfin/crti.s @@ -1,6 +1,6 @@ /* Specialized code needed to support construction and destruction of file-scope objects in C++ and Java code, and to support exception handling. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2008 Free Software Foundation, Inc. Contributed by Analog Devices. This file is part of GCC. diff --git a/gcc/config/bfin/crtlibid.s b/gcc/config/bfin/crtlibid.s index d4f7ee5..54d5b57 100644 --- a/gcc/config/bfin/crtlibid.s +++ b/gcc/config/bfin/crtlibid.s @@ -1,6 +1,6 @@ /* Provide a weak definition of the library ID, for the benefit of certain configure scripts. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2008 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/bfin/crtn.s b/gcc/config/bfin/crtn.s index aff49b79..7c43625 100644 --- a/gcc/config/bfin/crtn.s +++ b/gcc/config/bfin/crtn.s @@ -1,6 +1,6 @@ /* Specialized code needed to support construction and destruction of file-scope objects in C++ and Java code, and to support exception handling. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2008 Free Software Foundation, Inc. Contributed by Analog Devices. This file is part of GCC. diff --git a/gcc/config/bfin/predicates.md b/gcc/config/bfin/predicates.md index 23ca2e4..7aac5b0 100644 --- a/gcc/config/bfin/predicates.md +++ b/gcc/config/bfin/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for the Blackfin. -;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Contributed by Analog Devices. ;; ;; This file is part of GCC. |