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 /gcc/ChangeLog | |
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 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5e491e9752f..5f6fe227ec9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2008-09-03 Hari Sandanagobalane <hariharan@picochip.com> + + Add picoChip port. + * 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. + 2008-09-03 Richard Guenther <rguenther@suse.de> PR tree-optimization/37328 |