diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2015-01-05 13:33:28 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2015-01-05 13:33:28 +0100 |
commit | 5624e564d2239a74daa140e726b7b229d6e9a115 (patch) | |
tree | 37f6e236ab656361ec7d71580442211df53daa44 /libgcc/config/tilepro | |
parent | b67cd4e331c3cd02ace226dd539b826f817a390d (diff) | |
download | gcc-5624e564d2239a74daa140e726b7b229d6e9a115.zip gcc-5624e564d2239a74daa140e726b7b229d6e9a115.tar.gz gcc-5624e564d2239a74daa140e726b7b229d6e9a115.tar.bz2 |
Update copyright years.
From-SVN: r219188
Diffstat (limited to 'libgcc/config/tilepro')
-rw-r--r-- | libgcc/config/tilepro/atomic.c | 2 | ||||
-rw-r--r-- | libgcc/config/tilepro/atomic.h | 2 | ||||
-rw-r--r-- | libgcc/config/tilepro/linux-unwind.h | 2 | ||||
-rw-r--r-- | libgcc/config/tilepro/softdivide.c | 2 | ||||
-rw-r--r-- | libgcc/config/tilepro/softmpy.S | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/libgcc/config/tilepro/atomic.c b/libgcc/config/tilepro/atomic.c index 66ef8fd..65828b4 100644 --- a/libgcc/config/tilepro/atomic.c +++ b/libgcc/config/tilepro/atomic.c @@ -1,5 +1,5 @@ /* TILE atomics. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/tilepro/atomic.h b/libgcc/config/tilepro/atomic.h index 404e15e..4505549 100644 --- a/libgcc/config/tilepro/atomic.h +++ b/libgcc/config/tilepro/atomic.h @@ -1,5 +1,5 @@ /* Macros for atomic functionality for tile. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/tilepro/linux-unwind.h b/libgcc/config/tilepro/linux-unwind.h index 0ebac90..fd83ba7 100644 --- a/libgcc/config/tilepro/linux-unwind.h +++ b/libgcc/config/tilepro/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for TILEPro. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/libgcc/config/tilepro/softdivide.c b/libgcc/config/tilepro/softdivide.c index 8a539f4..e7c4295 100644 --- a/libgcc/config/tilepro/softdivide.c +++ b/libgcc/config/tilepro/softdivide.c @@ -1,5 +1,5 @@ /* Division and remainder routines for Tile. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/tilepro/softmpy.S b/libgcc/config/tilepro/softmpy.S index 4922dc7..78a0a074 100644 --- a/libgcc/config/tilepro/softmpy.S +++ b/libgcc/config/tilepro/softmpy.S @@ -1,5 +1,5 @@ /* 64-bit multiplication support for TILEPro. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2015 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is free software; you can redistribute it and/or modify it |