diff options
Diffstat (limited to 'libgcc/config/m32c')
-rw-r--r-- | libgcc/config/m32c/lib1funcs.S | 3 | ||||
-rw-r--r-- | libgcc/config/m32c/lib2funcs.c | 3 | ||||
-rw-r--r-- | libgcc/config/m32c/trapv.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/libgcc/config/m32c/lib1funcs.S b/libgcc/config/m32c/lib1funcs.S index 9b657787187..ef8c2a0eb3a 100644 --- a/libgcc/config/m32c/lib1funcs.S +++ b/libgcc/config/m32c/lib1funcs.S @@ -1,6 +1,5 @@ /* libgcc routines for R8C/M16C/M32C - Copyright (C) 2005, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/m32c/lib2funcs.c b/libgcc/config/m32c/lib2funcs.c index 76b237cdf26..d30520b9a4e 100644 --- a/libgcc/config/m32c/lib2funcs.c +++ b/libgcc/config/m32c/lib2funcs.c @@ -1,6 +1,5 @@ /* libgcc routines for R8C/M16C/M32C - Copyright (C) 2005, 2009, 2012 - Free Software Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/m32c/trapv.c b/libgcc/config/m32c/trapv.c index 0c8c174ef81..d396167f586 100644 --- a/libgcc/config/m32c/trapv.c +++ b/libgcc/config/m32c/trapv.c @@ -1,6 +1,5 @@ /* 16-bit trapping arithmetic routines for R8C/M16C/M32C - Copyright (C) 2009, 2011 - Free Software Foundation, Inc. + Copyright (C) 2009-2013 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. |