diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-29 21:36:43 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-29 21:36:43 +0000 |
commit | 78e515f7b3c83f047ada836f3d769b1fd934d9d7 (patch) | |
tree | 65c814557c3c0e61f746e922c96ca834174464c4 /gcc/doc/contrib.texi | |
parent | 0418ac74cabf62c15e0256d50e0d232d9e3939ad (diff) | |
download | gcc-78e515f7b3c83f047ada836f3d769b1fd934d9d7.tar.gz |
.
* configure.ac (rl78-*-*) New case.
* configure: Regenerate.
* MAINTAINERS: Add myself as RL78 maintainer.
libgcc
* config.host (rl78-*-elf): New case.
* config/rl78: New directory for the Renesas RL78.
gcc
* config.gcc (rl78-*-elf): New case.
* doc/extend.texi: Add RL78 documentation.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
* doc/contrib.texi: Add RL78.
* doc/install.texi: Add rl78-*-elf.
* config/rl78: New directory for the Renesas RL78.
contrib
* config-list.mk (LIST): Add rl78-elf.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181819 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/contrib.texi')
-rw-r--r-- | gcc/doc/contrib.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index ffefecc8607..37e24f06a1d 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -220,7 +220,7 @@ Mo DeJong for GCJ and libgcj bug fixes. @item DJ Delorie for the DJGPP port, build and libiberty maintenance, -various bug fixes, and the M32C and MeP ports. +various bug fixes, and the M32C, MeP, and RL78 ports. @item Arnaud Desitter for helping to debug GNU Fortran. |