Commit b7b25842 by Hariharan Sandanagobalane Committed by Hariharan Sandanagobalane

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
parent 76b14c29
2010-11-15 Hariharan Sandanagobalane <hariharan@picochip.com>
* 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 <rguenther@suse.de> 2010-11-15 Richard Guenther <rguenther@suse.de>
PR bootstrap/46474 PR bootstrap/46474
;; GCC machine description for picochip ;; GCC machine description for picochip
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. ;; 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 ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan
;; Sandanagobalane (hariharan@picochip.com) ;; Sandanagobalane (hariharan@picochip.com)
;; ;;
......
;; GCC machine description for picochip ;; GCC machine description for picochip
;; Copyright (C) 2008 Free Software Foundation, Inc. ;; 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 ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan
;; Sandanagobalane (hariharan@picochip.com) ;; Sandanagobalane (hariharan@picochip.com)
;; ;;
......
;; GCC machine description for picochip ;; GCC machine description for picochip
;; Copyright (C) 2008 Free Software Foundation, Inc. ;; 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 ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan
;; Sandanagobalane (hariharan@picochip.com). ;; Sandanagobalane (hariharan@picochip.com).
;; ;;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Support for 64-bit addition. // Support for 64-bit addition.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// Support for 32-bit arithmetic shift left. // Support for 32-bit arithmetic shift left.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
picoChip GCC support for 32-bit shift left. picoChip GCC support for 32-bit shift left.
Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. 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) Maintained by Daniel Towner (daniel.towner@picochip.com)
This file is free software; you can redistribute it and/or modify it This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Support for 32-bit arithmetic shift right. // Support for 32-bit arithmetic shift right.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
picoChip GCC support for 32-bit arithmetic shift right. picoChip GCC support for 32-bit arithmetic shift right.
Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. 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) Maintained by Daniel Towner (daniel.towner@picochip.com)
This file is free software; you can redistribute it and/or modify it This file is free software; you can redistribute it and/or modify it
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// Support for 32-bit signed compare. // Support for 32-bit signed compare.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Daniel Towner (daniel.towner@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Support for 16-bit unsigned division/modulus. // Support for 16-bit unsigned division/modulus.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Daniel Towner (daniel.towner@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Support for 16-bit signed division/modulus. // Support for 16-bit signed division/modulus.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Daniel Towner (daniel.towner@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Support for 32-bit signed division/modulus. // Support for 32-bit signed division/modulus.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Daniel Towner (daniel.towner@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Support for 32-bit arithmetic shift right. // Support for 32-bit arithmetic shift right.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Support for 32-bit logical shift right. // Support for 32-bit logical shift right.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
picoChip GCC support for 32-bit logical shift right. picoChip GCC support for 32-bit logical shift right.
Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. 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) Maintained by Daniel Towner (daniel.towner@picochip.com)
This file is free software; you can redistribute it and/or modify it This file is free software; you can redistribute it and/or modify it
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// Support for parity checks. // Support for parity checks.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Daniel Towner (daniel.towner@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// Support for 16-bit population count. // Support for 16-bit population count.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Daniel Towner (daniel.towner@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Support for 32-bit arithmetic shift right. // Support for 32-bit arithmetic shift right.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Support for 64-bit subtraction. // Support for 64-bit subtraction.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Hariharan Sandanagobalane (hariharan@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// Support for 32-bit unsigned compare. // Support for 32-bit unsigned compare.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Daniel Towner (daniel.towner@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Support for 16-bit unsigned division/modulus. // Support for 16-bit unsigned division/modulus.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Daniel Towner (daniel.towner@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Support for 32-bit unsigned division/modulus. // Support for 32-bit unsigned division/modulus.
// //
// Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. // 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) // Maintained by Daniel Towner (daniel.towner@picochip.com)
// //
// This file is free software; you can redistribute it and/or modify it // This file is free software; you can redistribute it and/or modify it
......
/* Prototypes for exported functions defined in picochip.c /* Prototypes for exported functions defined in picochip.c
Copyright (C) 2000, 2001, 2008, 2009, 2010 Free Software Foundation, Inc. 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 Maintained by Daniel Towner (daniel.towner@picochip.com) and
Hariharan Sandanagobalane (hariharan@picochip.com). Hariharan Sandanagobalane (hariharan@picochip.com).
......
/* Subroutines used for code generation on picoChip processors. /* Subroutines used for code generation on picoChip processors.
Copyright (C) 2001, 2008, 2009, 2010 Free Software Foundation, Inc. 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 Maintained by Daniel Towner (daniel.towner@picochip.com) and
Hariharan Sandanagobalane (hariharan@picochip.com) Hariharan Sandanagobalane (hariharan@picochip.com)
......
/* Definitions of target machine for GNU compiler for picoChip /* Definitions of target machine for GNU compiler for picoChip
Copyright (C) 2001, 2008, 2009, 2010 Free Software Foundation, Inc. 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 Maintained by Daniel Towner (daniel.towner@picochip.com) and
Hariharan Sandanagobalane (hariharan@picochip.com). Hariharan Sandanagobalane (hariharan@picochip.com).
......
;; GCC machine description for picochip ;; GCC machine description for picochip
;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. ;; 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 ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan
;; Sandanagobalane (hariharan@picochip.com) ;; Sandanagobalane (hariharan@picochip.com)
;; ;;
......
;; GCC machine description for picochip ;; GCC machine description for picochip
;; Copyright (C) 2008 Free Software Foundation, Inc. ;; 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 ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan
;; Sandanagobalane (hariharan@picochip.com) ;; Sandanagobalane (hariharan@picochip.com)
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment