]> git.ipfire.org Git - thirdparty/gcc.git/commit - contrib/ChangeLog
.
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Nov 2011 21:36:43 +0000 (21:36 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Nov 2011 21:36:43 +0000 (21:36 +0000)
commit78e515f7b3c83f047ada836f3d769b1fd934d9d7
tree65c814557c3c0e61f746e922c96ca834174464c4
parent0418ac74cabf62c15e0256d50e0d232d9e3939ad
.
* 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
38 files changed:
ChangeLog
MAINTAINERS
configure
configure.ac
contrib/ChangeLog
contrib/config-list.mk
gcc/ChangeLog
gcc/config.gcc
gcc/config/rl78/constraints.md [new file with mode: 0644]
gcc/config/rl78/predicates.md [new file with mode: 0644]
gcc/config/rl78/rl78-c.c [new file with mode: 0644]
gcc/config/rl78/rl78-expand.md [new file with mode: 0644]
gcc/config/rl78/rl78-opts.h [new file with mode: 0644]
gcc/config/rl78/rl78-protos.h [new file with mode: 0644]
gcc/config/rl78/rl78-real.md [new file with mode: 0644]
gcc/config/rl78/rl78-virt.md [new file with mode: 0644]
gcc/config/rl78/rl78.c [new file with mode: 0644]
gcc/config/rl78/rl78.h [new file with mode: 0644]
gcc/config/rl78/rl78.md [new file with mode: 0644]
gcc/config/rl78/rl78.opt [new file with mode: 0644]
gcc/config/rl78/t-rl78 [new file with mode: 0644]
gcc/doc/contrib.texi
gcc/doc/extend.texi
gcc/doc/install.texi
gcc/doc/invoke.texi
gcc/doc/md.texi
libgcc/ChangeLog
libgcc/config.host
libgcc/config/rl78/cmpsi2.S [new file with mode: 0644]
libgcc/config/rl78/lib2div.c [new file with mode: 0644]
libgcc/config/rl78/lib2mul.c [new file with mode: 0644]
libgcc/config/rl78/lib2shift.c [new file with mode: 0644]
libgcc/config/rl78/lshrsi3.S [new file with mode: 0644]
libgcc/config/rl78/mulsi3.S [new file with mode: 0644]
libgcc/config/rl78/rl78-divmod.h [new file with mode: 0644]
libgcc/config/rl78/rl78-mul.h [new file with mode: 0644]
libgcc/config/rl78/t-rl78 [new file with mode: 0644]
libgcc/config/rl78/trampoline.S [new file with mode: 0644]