From patchwork Mon Nov 15 12:10:37 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hariharan Sandanagobalane X-Patchwork-Id: 71213 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 1B12DB70CD for ; Mon, 15 Nov 2010 23:11:59 +1100 (EST) Received: (qmail 7545 invoked by alias); 15 Nov 2010 12:11:49 -0000 Received: (qmail 7534 invoked by uid 22791); 15 Nov 2010 12:11:45 -0000 X-SWARE-Spam-Status: No, hits=-0.0 required=5.0 tests=AWL, BAYES_05, RDNS_DYNAMIC X-Spam-Check-By: sourceware.org Received: from ip-87-86-252-34.easynet.co.uk (HELO thurne.picochip.com) (87.86.252.34) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Nov 2010 12:10:45 +0000 Received: from haddeo.picochip.com (haddeo.ubc.picochip.com [172.18.3.47]) (authenticated bits=0) by thurne.picochip.com (8.13.8/8.13.8) with ESMTP id oAFCAd0k001023 for ; Mon, 15 Nov 2010 12:10:39 GMT Message-ID: <4CE1233D.7020201@picochip.com> Date: Mon, 15 Nov 2010 12:10:37 +0000 From: Hariharan Sandanagobalane User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Lightning/1.0b2pre Thunderbird/3.1.1 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" Subject: [PATCH,picochip] Name change in header Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hello all, I have committed the attached patch to change company name in the header. Thanks Cheers Hari ChangeLog: * 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. Index: gcc/config/picochip/picochip.c =================================================================== --- gcc/config/picochip/picochip.c (revision 166339) +++ gcc/config/picochip/picochip.c (working copy) @@ -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) Index: gcc/config/picochip/predicates.md =================================================================== --- gcc/config/picochip/predicates.md (revision 166339) +++ gcc/config/picochip/predicates.md (working copy) @@ -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) ;; Index: gcc/config/picochip/dfa_space.md =================================================================== --- gcc/config/picochip/dfa_space.md (revision 166339) +++ gcc/config/picochip/dfa_space.md (working copy) @@ -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) ;; Index: gcc/config/picochip/picochip.h =================================================================== --- gcc/config/picochip/picochip.h (revision 166339) +++ gcc/config/picochip/picochip.h (working copy) @@ -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). Index: gcc/config/picochip/constraints.md =================================================================== --- gcc/config/picochip/constraints.md (revision 166339) +++ gcc/config/picochip/constraints.md (working copy) @@ -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) ;; Index: gcc/config/picochip/picochip-protos.h =================================================================== --- gcc/config/picochip/picochip-protos.h (revision 166339) +++ gcc/config/picochip/picochip-protos.h (working copy) @@ -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). Index: gcc/config/picochip/dfa_speed.md =================================================================== --- gcc/config/picochip/dfa_speed.md (revision 166339) +++ gcc/config/picochip/dfa_speed.md (working copy) @@ -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). ;; Index: gcc/config/picochip/libgccExtras/setjmp.asm =================================================================== --- gcc/config/picochip/libgccExtras/setjmp.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/setjmp.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/divmodsi4.asm =================================================================== --- gcc/config/picochip/libgccExtras/divmodsi4.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/divmodsi4.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/ashlsi3.asm =================================================================== --- gcc/config/picochip/libgccExtras/ashlsi3.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/ashlsi3.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/longjmp.asm =================================================================== --- gcc/config/picochip/libgccExtras/longjmp.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/longjmp.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/ashlsi3.c =================================================================== --- gcc/config/picochip/libgccExtras/ashlsi3.c (revision 166339) +++ gcc/config/picochip/libgccExtras/ashlsi3.c (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/popcounthi2.asm =================================================================== --- gcc/config/picochip/libgccExtras/popcounthi2.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/popcounthi2.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/parityhi2.asm =================================================================== --- gcc/config/picochip/libgccExtras/parityhi2.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/parityhi2.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/udivmodhi4.asm =================================================================== --- gcc/config/picochip/libgccExtras/udivmodhi4.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/udivmodhi4.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/ashrsi3.asm =================================================================== --- gcc/config/picochip/libgccExtras/ashrsi3.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/ashrsi3.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/ashrsi3.c =================================================================== --- gcc/config/picochip/libgccExtras/ashrsi3.c (revision 166339) +++ gcc/config/picochip/libgccExtras/ashrsi3.c (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/ucmpsi2.asm =================================================================== --- gcc/config/picochip/libgccExtras/ucmpsi2.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/ucmpsi2.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/divmodhi4.asm =================================================================== --- gcc/config/picochip/libgccExtras/divmodhi4.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/divmodhi4.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/lshrsi3.asm =================================================================== --- gcc/config/picochip/libgccExtras/lshrsi3.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/lshrsi3.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/udivmodsi4.asm =================================================================== --- gcc/config/picochip/libgccExtras/udivmodsi4.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/udivmodsi4.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/divmod15.asm =================================================================== --- gcc/config/picochip/libgccExtras/divmod15.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/divmod15.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/adddi3.asm =================================================================== --- gcc/config/picochip/libgccExtras/adddi3.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/adddi3.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/lshrsi3.c =================================================================== --- gcc/config/picochip/libgccExtras/lshrsi3.c (revision 166339) +++ gcc/config/picochip/libgccExtras/lshrsi3.c (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/subdi3.asm =================================================================== --- gcc/config/picochip/libgccExtras/subdi3.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/subdi3.asm (working copy) @@ -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 Index: gcc/config/picochip/libgccExtras/cmpsi2.asm =================================================================== --- gcc/config/picochip/libgccExtras/cmpsi2.asm (revision 166339) +++ gcc/config/picochip/libgccExtras/cmpsi2.asm (working copy) @@ -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 Index: gcc/config/picochip/picochip.md =================================================================== --- gcc/config/picochip/picochip.md (revision 166339) +++ gcc/config/picochip/picochip.md (working copy) @@ -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) ;;