]> git.ipfire.org Git - thirdparty/gcc.git/commit - configure
.
authorDJ Delorie <dj@redhat.com>
Tue, 29 Nov 2011 21:36:43 +0000 (16:36 -0500)
committerDJ Delorie <dj@gcc.gnu.org>
Tue, 29 Nov 2011 21:36:43 +0000 (16:36 -0500)
commit85b8555ed3c45855b237b0f3a044eefb9382255c
tree65c814557c3c0e61f746e922c96ca834174464c4
parentc360c0fb8a1dd8ef61d986671d02071075d2c0b9
.

* 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.

From-SVN: r181819
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]