diff options
Diffstat (limited to 'gcc/config/fr30')
-rw-r--r-- | gcc/config/fr30/crti.asm | 2 | ||||
-rw-r--r-- | gcc/config/fr30/crtn.asm | 2 | ||||
-rw-r--r-- | gcc/config/fr30/fr30.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/fr30/crti.asm b/gcc/config/fr30/crti.asm index acc8e07e7c4..120a607cf77 100644 --- a/gcc/config/fr30/crti.asm +++ b/gcc/config/fr30/crti.asm @@ -1,6 +1,6 @@ # crti.s for ELF -# Copyright (C) 1992, 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1992, 1998, 1999, 2008 Free Software Foundation, Inc. # Written By David Vinayak Henkel-Wallace, June 1992 # # This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/fr30/crtn.asm b/gcc/config/fr30/crtn.asm index e1b308f4da7..58295e5c166 100644 --- a/gcc/config/fr30/crtn.asm +++ b/gcc/config/fr30/crtn.asm @@ -1,6 +1,6 @@ # crtn.asm for ELF -# Copyright (C) 1992, 1999 Free Software Foundation, Inc. +# Copyright (C) 1992, 1999, 2008 Free Software Foundation, Inc. # Written By David Vinayak Henkel-Wallace, June 1992 # # This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/fr30/fr30.c b/gcc/config/fr30/fr30.c index 1dd1a523ac0..e7f2e3cfd86 100644 --- a/gcc/config/fr30/fr30.c +++ b/gcc/config/fr30/fr30.c @@ -1,5 +1,5 @@ /* FR30 specific functions. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2007 + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. Contributed by Cygnus Solutions. |