summaryrefslogtreecommitdiff
path: root/gcc/config/picochip/picochip.c
diff options
context:
space:
mode:
authorhariharans <hariharans@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-15 12:08:16 +0000
committerhariharans <hariharans@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-15 12:08:16 +0000
commitb0d9abac82ae1e86b1ef5d149e9f4ad10304eaaa (patch)
tree145da6d8338d26c43df8d941382decf65d5a05c6 /gcc/config/picochip/picochip.c
parent17a2c727dfb5f8c5e82b3e4c858e27eae1466a64 (diff)
downloadgcc-b0d9abac82ae1e86b1ef5d149e9f4ad10304eaaa.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166751 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/picochip/picochip.c')
-rw-r--r--gcc/config/picochip/picochip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/picochip/picochip.c b/gcc/config/picochip/picochip.c
index d2dab017d8a..1dbbc9d5f0c 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)