From: Hariharan Sandanagobalane Date: Mon, 15 Nov 2010 12:08:16 +0000 (+0000) Subject: picochip.c (file header): Picochip name change. X-Git-Tag: upstream/12.2.0~88455 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7b25842b5b740fc67ae57c00bfbd0719e77432e;p=platform%2Fupstream%2Fgcc.git picochip.c (file header): Picochip name change. * config/picochip/picochip.c (file header): Picochip name change. * config/picochip/picochip.md (file header): Likewise. * config/picochip/predicates.md (file header): Likewise. * config/picochip/dfa_space.md (file header): Likewise. * config/picochip/dfa_speed.md (file header): Likewise. * config/picochip/picochip.h(file header): Likewise. * config/picochip/constraints.md (file header): Likewise. * config/picochip/picochip-protos.h (file header): Likewise. * config/picochip/libgccExtras/setjmp.asm (file header): Likewise. * config/picochip/libgccExtras/divmodsi4.asm (file header): Likewise. * config/picochip/libgccExtras/ashlsi3.asm (file header): Likewise. * config/picochip/libgccExtras/longjmp.asm (file header): Likewise. * config/picochip/libgccExtras/ashlsi3.c (file header): Likewise. * config/picochip/libgccExtras/popcounthi2.asm (file header): Likewise. * config/picochip/libgccExtras/parityhi2.asm (file header): Likewise. * config/picochip/libgccExtras/udivmodhi4.asm (file header): Likewise. * config/picochip/libgccExtras/ashrsi3.asm (file header): Likewise. * config/picochip/libgccExtras/ashrsi3.c (file header): Likewise. * config/picochip/libgccExtras/ucmpsi2.asm (file header): Likewise. * config/picochip/libgccExtras/divmodhi4.asm (file header): Likewise. * config/picochip/libgccExtras/lshrsi3.asm (file header): Likewise. * config/picochip/libgccExtras/subdi3.asm (file header): Likewise. From-SVN: r166751 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5387f5b..e9ff986 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,28 @@ +2010-11-15 Hariharan Sandanagobalane + + * config/picochip/picochip.c (file header): Picochip name change. + * config/picochip/picochip.md (file header): Likewise. + * config/picochip/predicates.md (file header): Likewise. + * config/picochip/dfa_space.md (file header): Likewise. + * config/picochip/dfa_speed.md (file header): Likewise. + * config/picochip/picochip.h(file header): Likewise. + * config/picochip/constraints.md (file header): Likewise. + * config/picochip/picochip-protos.h (file header): Likewise. + * config/picochip/libgccExtras/setjmp.asm (file header): Likewise. + * config/picochip/libgccExtras/divmodsi4.asm (file header): Likewise. + * config/picochip/libgccExtras/ashlsi3.asm (file header): Likewise. + * config/picochip/libgccExtras/longjmp.asm (file header): Likewise. + * config/picochip/libgccExtras/ashlsi3.c (file header): Likewise. + * config/picochip/libgccExtras/popcounthi2.asm (file header): Likewise. + * config/picochip/libgccExtras/parityhi2.asm (file header): Likewise. + * config/picochip/libgccExtras/udivmodhi4.asm (file header): Likewise. + * config/picochip/libgccExtras/ashrsi3.asm (file header): Likewise. + * config/picochip/libgccExtras/ashrsi3.c (file header): Likewise. + * config/picochip/libgccExtras/ucmpsi2.asm (file header): Likewise. + * config/picochip/libgccExtras/divmodhi4.asm (file header): Likewise. + * config/picochip/libgccExtras/lshrsi3.asm (file header): Likewise. + * config/picochip/libgccExtras/subdi3.asm (file header): Likewise. + 2010-11-15 Richard Guenther PR bootstrap/46474 diff --git a/gcc/config/picochip/constraints.md b/gcc/config/picochip/constraints.md index cc33872..5c3fb3f 100644 --- a/gcc/config/picochip/constraints.md +++ b/gcc/config/picochip/constraints.md @@ -1,6 +1,6 @@ ;; GCC machine description for picochip ;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. -;; Contributed by picoChip Designs Ltd (http://www.picochip.com) +;; Contributed by Picochip Ltd (http://www.picochip.com) ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan ;; Sandanagobalane (hariharan@picochip.com) ;; diff --git a/gcc/config/picochip/dfa_space.md b/gcc/config/picochip/dfa_space.md index 9a6d8c2..cfd3814 100644 --- a/gcc/config/picochip/dfa_space.md +++ b/gcc/config/picochip/dfa_space.md @@ -1,6 +1,6 @@ ;; GCC machine description for picochip ;; Copyright (C) 2008 Free Software Foundation, Inc. -;; Contributed by picoChip Designs Ltd (http://www.picochip.com) +;; Contributed by Picochip Ltd (http://www.picochip.com) ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan ;; Sandanagobalane (hariharan@picochip.com) ;; diff --git a/gcc/config/picochip/dfa_speed.md b/gcc/config/picochip/dfa_speed.md index 6f2f756..6ee26a6 100644 --- a/gcc/config/picochip/dfa_speed.md +++ b/gcc/config/picochip/dfa_speed.md @@ -1,6 +1,6 @@ ;; GCC machine description for picochip ;; Copyright (C) 2008 Free Software Foundation, Inc. -;; Contributed by picoChip Designs Ltd (http://www.picochip.com) +;; Contributed by Picochip Ltd (http://www.picochip.com) ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan ;; Sandanagobalane (hariharan@picochip.com). ;; diff --git a/gcc/config/picochip/libgccExtras/adddi3.asm b/gcc/config/picochip/libgccExtras/adddi3.asm index 11a3e5f..77373ed 100644 --- a/gcc/config/picochip/libgccExtras/adddi3.asm +++ b/gcc/config/picochip/libgccExtras/adddi3.asm @@ -3,7 +3,7 @@ // Support for 64-bit addition. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/ashlsi3.asm b/gcc/config/picochip/libgccExtras/ashlsi3.asm index 04e7ac6..688cd8d 100644 --- a/gcc/config/picochip/libgccExtras/ashlsi3.asm +++ b/gcc/config/picochip/libgccExtras/ashlsi3.asm @@ -4,7 +4,7 @@ // Support for 32-bit arithmetic shift left. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/ashlsi3.c b/gcc/config/picochip/libgccExtras/ashlsi3.c index ecffc1b..600461c 100644 --- a/gcc/config/picochip/libgccExtras/ashlsi3.c +++ b/gcc/config/picochip/libgccExtras/ashlsi3.c @@ -3,7 +3,7 @@ picoChip GCC support for 32-bit shift left. Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -Contributed by picoChip Designs Ltd. +Contributed by Picochip Ltd. Maintained by Daniel Towner (daniel.towner@picochip.com) This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/ashrsi3.asm b/gcc/config/picochip/libgccExtras/ashrsi3.asm index f89dfa6..fddd70b 100644 --- a/gcc/config/picochip/libgccExtras/ashrsi3.asm +++ b/gcc/config/picochip/libgccExtras/ashrsi3.asm @@ -3,7 +3,7 @@ // Support for 32-bit arithmetic shift right. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/ashrsi3.c b/gcc/config/picochip/libgccExtras/ashrsi3.c index 97cd25d..4f1567b 100644 --- a/gcc/config/picochip/libgccExtras/ashrsi3.c +++ b/gcc/config/picochip/libgccExtras/ashrsi3.c @@ -3,7 +3,7 @@ picoChip GCC support for 32-bit arithmetic shift right. Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -Contributed by picoChip Designs Ltd. +Contributed by Picochip Ltd. Maintained by Daniel Towner (daniel.towner@picochip.com) This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/cmpsi2.asm b/gcc/config/picochip/libgccExtras/cmpsi2.asm index b1c1307..95322f3 100644 --- a/gcc/config/picochip/libgccExtras/cmpsi2.asm +++ b/gcc/config/picochip/libgccExtras/cmpsi2.asm @@ -4,7 +4,7 @@ // Support for 32-bit signed compare. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/divmod15.asm b/gcc/config/picochip/libgccExtras/divmod15.asm index b477e03..d314b3b 100644 --- a/gcc/config/picochip/libgccExtras/divmod15.asm +++ b/gcc/config/picochip/libgccExtras/divmod15.asm @@ -3,7 +3,7 @@ // Support for 16-bit unsigned division/modulus. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/divmodhi4.asm b/gcc/config/picochip/libgccExtras/divmodhi4.asm index b4539b2..9dad674 100644 --- a/gcc/config/picochip/libgccExtras/divmodhi4.asm +++ b/gcc/config/picochip/libgccExtras/divmodhi4.asm @@ -3,7 +3,7 @@ // Support for 16-bit signed division/modulus. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/divmodsi4.asm b/gcc/config/picochip/libgccExtras/divmodsi4.asm index f9a6059..4fc1acb 100644 --- a/gcc/config/picochip/libgccExtras/divmodsi4.asm +++ b/gcc/config/picochip/libgccExtras/divmodsi4.asm @@ -3,7 +3,7 @@ // Support for 32-bit signed division/modulus. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/longjmp.asm b/gcc/config/picochip/libgccExtras/longjmp.asm index c0ced28..d2a80ac 100644 --- a/gcc/config/picochip/libgccExtras/longjmp.asm +++ b/gcc/config/picochip/libgccExtras/longjmp.asm @@ -3,7 +3,7 @@ // Support for 32-bit arithmetic shift right. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/lshrsi3.asm b/gcc/config/picochip/libgccExtras/lshrsi3.asm index 7da1ab6..4fc5390 100644 --- a/gcc/config/picochip/libgccExtras/lshrsi3.asm +++ b/gcc/config/picochip/libgccExtras/lshrsi3.asm @@ -3,7 +3,7 @@ // Support for 32-bit logical shift right. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/lshrsi3.c b/gcc/config/picochip/libgccExtras/lshrsi3.c index 5686b20..fa32dc7 100644 --- a/gcc/config/picochip/libgccExtras/lshrsi3.c +++ b/gcc/config/picochip/libgccExtras/lshrsi3.c @@ -3,7 +3,7 @@ picoChip GCC support for 32-bit logical shift right. Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -Contributed by picoChip Designs Ltd. +Contributed by Picochip Ltd. Maintained by Daniel Towner (daniel.towner@picochip.com) This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/parityhi2.asm b/gcc/config/picochip/libgccExtras/parityhi2.asm index 137c7f2..b9d0cdc 100644 --- a/gcc/config/picochip/libgccExtras/parityhi2.asm +++ b/gcc/config/picochip/libgccExtras/parityhi2.asm @@ -4,7 +4,7 @@ // Support for parity checks. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/popcounthi2.asm b/gcc/config/picochip/libgccExtras/popcounthi2.asm index b5f8468..2da618c 100644 --- a/gcc/config/picochip/libgccExtras/popcounthi2.asm +++ b/gcc/config/picochip/libgccExtras/popcounthi2.asm @@ -4,7 +4,7 @@ // Support for 16-bit population count. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/setjmp.asm b/gcc/config/picochip/libgccExtras/setjmp.asm index 1efbab0..247c715 100644 --- a/gcc/config/picochip/libgccExtras/setjmp.asm +++ b/gcc/config/picochip/libgccExtras/setjmp.asm @@ -3,7 +3,7 @@ // Support for 32-bit arithmetic shift right. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/subdi3.asm b/gcc/config/picochip/libgccExtras/subdi3.asm index f53ac4d..d1c833e 100644 --- a/gcc/config/picochip/libgccExtras/subdi3.asm +++ b/gcc/config/picochip/libgccExtras/subdi3.asm @@ -3,7 +3,7 @@ // Support for 64-bit subtraction. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/ucmpsi2.asm b/gcc/config/picochip/libgccExtras/ucmpsi2.asm index a2b16c3..10c03cf 100644 --- a/gcc/config/picochip/libgccExtras/ucmpsi2.asm +++ b/gcc/config/picochip/libgccExtras/ucmpsi2.asm @@ -4,7 +4,7 @@ // Support for 32-bit unsigned compare. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/udivmodhi4.asm b/gcc/config/picochip/libgccExtras/udivmodhi4.asm index 94f499c..ac16fae 100644 --- a/gcc/config/picochip/libgccExtras/udivmodhi4.asm +++ b/gcc/config/picochip/libgccExtras/udivmodhi4.asm @@ -3,7 +3,7 @@ // Support for 16-bit unsigned division/modulus. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/libgccExtras/udivmodsi4.asm b/gcc/config/picochip/libgccExtras/udivmodsi4.asm index 9dca668..92c2a49 100644 --- a/gcc/config/picochip/libgccExtras/udivmodsi4.asm +++ b/gcc/config/picochip/libgccExtras/udivmodsi4.asm @@ -3,7 +3,7 @@ // Support for 32-bit unsigned division/modulus. // // Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. -// Contributed by picoChip Designs Ltd. +// Contributed by Picochip Ltd. // Maintained by Daniel Towner (daniel.towner@picochip.com) // // This file is free software; you can redistribute it and/or modify it diff --git a/gcc/config/picochip/picochip-protos.h b/gcc/config/picochip/picochip-protos.h index b3755a6..1545f41 100644 --- a/gcc/config/picochip/picochip-protos.h +++ b/gcc/config/picochip/picochip-protos.h @@ -1,7 +1,7 @@ /* Prototypes for exported functions defined in picochip.c Copyright (C) 2000, 2001, 2008, 2009, 2010 Free Software Foundation, Inc. - Contributed by picoChip Designs Ltd. (http://www.picochip.com) + Contributed by Picochip Ltd. (http://www.picochip.com) Maintained by Daniel Towner (daniel.towner@picochip.com) and Hariharan Sandanagobalane (hariharan@picochip.com). diff --git a/gcc/config/picochip/picochip.c b/gcc/config/picochip/picochip.c index d2dab01..1dbbc9d 100644 --- a/gcc/config/picochip/picochip.c +++ b/gcc/config/picochip/picochip.c @@ -1,6 +1,6 @@ /* Subroutines used for code generation on picoChip processors. Copyright (C) 2001, 2008, 2009, 2010 Free Software Foundation, Inc. - Contributed by picoChip Designs Ltd. (http://www.picochip.com) + Contributed by Picochip Ltd. (http://www.picochip.com) Maintained by Daniel Towner (daniel.towner@picochip.com) and Hariharan Sandanagobalane (hariharan@picochip.com) diff --git a/gcc/config/picochip/picochip.h b/gcc/config/picochip/picochip.h index 72b8365..2c31182 100644 --- a/gcc/config/picochip/picochip.h +++ b/gcc/config/picochip/picochip.h @@ -1,7 +1,7 @@ /* Definitions of target machine for GNU compiler for picoChip Copyright (C) 2001, 2008, 2009, 2010 Free Software Foundation, Inc. - Contributed by picoChip Designs Ltd. (http://www.picochip.com) + Contributed by Picochip Ltd. (http://www.picochip.com) Maintained by Daniel Towner (daniel.towner@picochip.com) and Hariharan Sandanagobalane (hariharan@picochip.com). diff --git a/gcc/config/picochip/picochip.md b/gcc/config/picochip/picochip.md index 2a59c07..dc4689d 100644 --- a/gcc/config/picochip/picochip.md +++ b/gcc/config/picochip/picochip.md @@ -1,6 +1,6 @@ ;; GCC machine description for picochip ;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. -;; Contributed by picoChip Designs Ltd (http://www.picochip.com) +;; Contributed by Picochip Ltd (http://www.picochip.com) ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan ;; Sandanagobalane (hariharan@picochip.com) ;; diff --git a/gcc/config/picochip/predicates.md b/gcc/config/picochip/predicates.md index b69439d..f9b8af5 100644 --- a/gcc/config/picochip/predicates.md +++ b/gcc/config/picochip/predicates.md @@ -1,6 +1,6 @@ ;; GCC machine description for picochip ;; Copyright (C) 2008 Free Software Foundation, Inc. -;; Contributed by picoChip Designs Ltd (http://www.picochip.com) +;; Contributed by Picochip Ltd (http://www.picochip.com) ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan ;; Sandanagobalane (hariharan@picochip.com) ;;