diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-02-04 19:06:20 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-02-04 19:06:20 +0000 |
commit | 5d5bf77569cea0d401a74a3411e4a9c32b28b3ac (patch) | |
tree | bca0875090cea05ab7f9c28abf4600b0fce07116 /libgcc/config/picochip | |
parent | 49c8d79b277e0bcd0439ecf2ba987c63d6d59ce8 (diff) | |
download | gcc-5d5bf77569cea0d401a74a3411e4a9c32b28b3ac.zip gcc-5d5bf77569cea0d401a74a3411e4a9c32b28b3ac.tar.gz gcc-5d5bf77569cea0d401a74a3411e4a9c32b28b3ac.tar.bz2 |
Update copyright in libgcc.
From-SVN: r195731
Diffstat (limited to 'libgcc/config/picochip')
-rw-r--r-- | libgcc/config/picochip/adddi3.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/ashlsi3.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/ashlsi3.c | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/ashrsi3.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/ashrsi3.c | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/clzsi2.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/cmpsi2.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/divmod15.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/divmodhi4.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/divmodsi4.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/longjmp.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/lshrsi3.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/lshrsi3.c | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/parityhi2.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/popcounthi2.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/setjmp.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/subdi3.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/ucmpsi2.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/udivmodhi4.S | 2 | ||||
-rw-r--r-- | libgcc/config/picochip/udivmodsi4.S | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/libgcc/config/picochip/adddi3.S b/libgcc/config/picochip/adddi3.S index 860455e..0272066 100644 --- a/libgcc/config/picochip/adddi3.S +++ b/libgcc/config/picochip/adddi3.S @@ -2,7 +2,7 @@ // // Support for 64-bit addition. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // diff --git a/libgcc/config/picochip/ashlsi3.S b/libgcc/config/picochip/ashlsi3.S index 880738e..bc7995e 100644 --- a/libgcc/config/picochip/ashlsi3.S +++ b/libgcc/config/picochip/ashlsi3.S @@ -3,7 +3,7 @@ // // Support for 32-bit arithmetic shift left. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // diff --git a/libgcc/config/picochip/ashlsi3.c b/libgcc/config/picochip/ashlsi3.c index 600461c..e951544 100644 --- a/libgcc/config/picochip/ashlsi3.c +++ b/libgcc/config/picochip/ashlsi3.c @@ -2,7 +2,7 @@ picoChip GCC support for 32-bit shift left. -Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2003-2013 Free Software Foundation, Inc. Contributed by Picochip Ltd. Maintained by Daniel Towner (daniel.towner@picochip.com) diff --git a/libgcc/config/picochip/ashrsi3.S b/libgcc/config/picochip/ashrsi3.S index d0e0248..e35c835 100644 --- a/libgcc/config/picochip/ashrsi3.S +++ b/libgcc/config/picochip/ashrsi3.S @@ -2,7 +2,7 @@ // // Support for 32-bit arithmetic shift right. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // diff --git a/libgcc/config/picochip/ashrsi3.c b/libgcc/config/picochip/ashrsi3.c index 4f1567b..49e22e6 100644 --- a/libgcc/config/picochip/ashrsi3.c +++ b/libgcc/config/picochip/ashrsi3.c @@ -2,7 +2,7 @@ picoChip GCC support for 32-bit arithmetic shift right. -Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2003-2013 Free Software Foundation, Inc. Contributed by Picochip Ltd. Maintained by Daniel Towner (daniel.towner@picochip.com) diff --git a/libgcc/config/picochip/clzsi2.S b/libgcc/config/picochip/clzsi2.S index 9d519b1..7b6128a 100644 --- a/libgcc/config/picochip/clzsi2.S +++ b/libgcc/config/picochip/clzsi2.S @@ -1,4 +1,4 @@ -// Copyright (C) 2008, 2011 Free Software Foundation, Inc. +// Copyright (C) 2008-2013 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libgcc/config/picochip/cmpsi2.S b/libgcc/config/picochip/cmpsi2.S index 1c90ce3..550c8e2 100644 --- a/libgcc/config/picochip/cmpsi2.S +++ b/libgcc/config/picochip/cmpsi2.S @@ -3,7 +3,7 @@ // // Support for 32-bit signed compare. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // diff --git a/libgcc/config/picochip/divmod15.S b/libgcc/config/picochip/divmod15.S index 77a1acb..61bec18 100644 --- a/libgcc/config/picochip/divmod15.S +++ b/libgcc/config/picochip/divmod15.S @@ -2,7 +2,7 @@ // // Support for 16-bit unsigned division/modulus. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // diff --git a/libgcc/config/picochip/divmodhi4.S b/libgcc/config/picochip/divmodhi4.S index f7b32fa..7457a75 100644 --- a/libgcc/config/picochip/divmodhi4.S +++ b/libgcc/config/picochip/divmodhi4.S @@ -2,7 +2,7 @@ // // Support for 16-bit signed division/modulus. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // diff --git a/libgcc/config/picochip/divmodsi4.S b/libgcc/config/picochip/divmodsi4.S index c2f86df..11f2eb7 100644 --- a/libgcc/config/picochip/divmodsi4.S +++ b/libgcc/config/picochip/divmodsi4.S @@ -2,7 +2,7 @@ // // Support for 32-bit signed division/modulus. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // diff --git a/libgcc/config/picochip/longjmp.S b/libgcc/config/picochip/longjmp.S index e62ac4e..4bfd4db 100644 --- a/libgcc/config/picochip/longjmp.S +++ b/libgcc/config/picochip/longjmp.S @@ -2,7 +2,7 @@ // // Support for 32-bit arithmetic shift right. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // diff --git a/libgcc/config/picochip/lshrsi3.S b/libgcc/config/picochip/lshrsi3.S index c394a69..713f4e1 100644 --- a/libgcc/config/picochip/lshrsi3.S +++ b/libgcc/config/picochip/lshrsi3.S @@ -2,7 +2,7 @@ // // Support for 32-bit logical shift right. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // diff --git a/libgcc/config/picochip/lshrsi3.c b/libgcc/config/picochip/lshrsi3.c index fa32dc7..1e78331 100644 --- a/libgcc/config/picochip/lshrsi3.c +++ b/libgcc/config/picochip/lshrsi3.c @@ -2,7 +2,7 @@ picoChip GCC support for 32-bit logical shift right. -Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2003-2013 Free Software Foundation, Inc. Contributed by Picochip Ltd. Maintained by Daniel Towner (daniel.towner@picochip.com) diff --git a/libgcc/config/picochip/parityhi2.S b/libgcc/config/picochip/parityhi2.S index b85a56e..f64335c 100644 --- a/libgcc/config/picochip/parityhi2.S +++ b/libgcc/config/picochip/parityhi2.S @@ -3,7 +3,7 @@ // // Support for parity checks. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // diff --git a/libgcc/config/picochip/popcounthi2.S b/libgcc/config/picochip/popcounthi2.S index 07f3e84..42aaf9b 100644 --- a/libgcc/config/picochip/popcounthi2.S +++ b/libgcc/config/picochip/popcounthi2.S @@ -3,7 +3,7 @@ // // Support for 16-bit population count. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // diff --git a/libgcc/config/picochip/setjmp.S b/libgcc/config/picochip/setjmp.S index 8063b2b..a2b18cf 100644 --- a/libgcc/config/picochip/setjmp.S +++ b/libgcc/config/picochip/setjmp.S @@ -2,7 +2,7 @@ // // Support for 32-bit arithmetic shift right. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // diff --git a/libgcc/config/picochip/subdi3.S b/libgcc/config/picochip/subdi3.S index 359e9d5..9b05e14 100644 --- a/libgcc/config/picochip/subdi3.S +++ b/libgcc/config/picochip/subdi3.S @@ -2,7 +2,7 @@ // // Support for 64-bit subtraction. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // diff --git a/libgcc/config/picochip/ucmpsi2.S b/libgcc/config/picochip/ucmpsi2.S index 713e04f..ba6c578 100644 --- a/libgcc/config/picochip/ucmpsi2.S +++ b/libgcc/config/picochip/ucmpsi2.S @@ -3,7 +3,7 @@ // // Support for 32-bit unsigned compare. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // diff --git a/libgcc/config/picochip/udivmodhi4.S b/libgcc/config/picochip/udivmodhi4.S index 7d84a2d..1e14b03e 100644 --- a/libgcc/config/picochip/udivmodhi4.S +++ b/libgcc/config/picochip/udivmodhi4.S @@ -2,7 +2,7 @@ // // Support for 16-bit unsigned division/modulus. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // diff --git a/libgcc/config/picochip/udivmodsi4.S b/libgcc/config/picochip/udivmodsi4.S index 8e7c03e..9827220 100644 --- a/libgcc/config/picochip/udivmodsi4.S +++ b/libgcc/config/picochip/udivmodsi4.S @@ -2,7 +2,7 @@ // // Support for 32-bit unsigned division/modulus. // -// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2003-2013 Free Software Foundation, Inc. // Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // |