diff options
author | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-03 12:10:49 +0000 |
---|---|---|
committer | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-03 12:10:49 +0000 |
commit | 8372e9ea342011a14a3a94ff3581610a8463f493 (patch) | |
tree | 646b39b9d13d74c6e891802aeb4609ac1500539a /libgcc | |
parent | c9e36a4b56413d7f9946867ef8e7a0c34ff61696 (diff) | |
download | gcc-8372e9ea342011a14a3a94ff3581610a8463f493.tar.gz |
2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
Add picoChip port.
* MAINTAINERS: Add picoChip maintainers.
libgcc/
* config.host: Add picochip-*-*.
gcc/
* doc/extend.texi: Document picoChip builtin functions.
* doc/invoke.texi: Document picoChip options.
* doc/contrib.texi: Add picoChip contribution.
* doc/md.texi: Document picoChip constraints.
* config.gcc: Add picochip-*-*.
* config/picochip/: Add new port.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139932 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 35f7c8c11ba..5fc628b6840 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2008-09-03 Hari Sandanagobalane <hariharan@picochip.com> + + Add picoChip port. + * config.host: Add picochip-*-*. + 2008-08-06 Bob Wilson <bob.wilson@acm.org> * config.host: Match more processor names for Xtensa. diff --git a/libgcc/config.host b/libgcc/config.host index 0bca859cdae..cf33e04de44 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -428,6 +428,8 @@ pdp11-*-bsd) ;; pdp11-*-*) ;; +picochip-*-*) + ;; powerpc64-*-linux*) tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128" ;; |