* MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
commite4a25868849c6594513a795a26be9da85b8b6ceb
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Sep 2013 17:52:41 +0000 (12 17:52 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Sep 2013 17:52:41 +0000 (12 17:52 +0000)
treed690c25f951ef2f8c504a45d87bfd262e3ab226f
parent5acc9e335016d4ea5300af2d6884b2d489187654
* MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
maintainers.

[gcc]
* config/msp430/: New port.
* config.gcc (msp430): Added.
* doc/invoke.texi: Document MSP430 options.
* doc/install.texi: Document msp430-elf
* doc/md.texi: Document msp430-elf
* doc/contrib.texi: Document msp430-elf

[libgcc]
* config.host (msp*-*-elf): New.
* config/msp430/: New port.

[contrib]
* config-list.mk: Add msp430-elf.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202535 138bc75d-0d04-0410-961f-82ee72b054a4
43 files changed:
ChangeLog
MAINTAINERS
contrib/ChangeLog
contrib/config-list.mk
gcc/ChangeLog
gcc/config.gcc
gcc/config/msp430/README.txt [new file with mode: 0644]
gcc/config/msp430/constraints.md [new file with mode: 0644]
gcc/config/msp430/msp430-c.c [new file with mode: 0644]
gcc/config/msp430/msp430-modes.def [new file with mode: 0644]
gcc/config/msp430/msp430-protos.h [new file with mode: 0644]
gcc/config/msp430/msp430.c [new file with mode: 0644]
gcc/config/msp430/msp430.h [new file with mode: 0644]
gcc/config/msp430/msp430.md [new file with mode: 0644]
gcc/config/msp430/msp430.opt [new file with mode: 0644]
gcc/config/msp430/predicates.md [new file with mode: 0644]
gcc/config/msp430/t-msp430 [new file with mode: 0644]
gcc/doc/contrib.texi
gcc/doc/install.texi
gcc/doc/invoke.texi
gcc/doc/md.texi
libgcc/ChangeLog
libgcc/config.host
libgcc/config/msp430/cmpd.c [new file with mode: 0644]
libgcc/config/msp430/cmpsi2.S [new file with mode: 0644]
libgcc/config/msp430/epilogue.S [new file with mode: 0644]
libgcc/config/msp430/floathidf.c [new file with mode: 0644]
libgcc/config/msp430/floathisf.c [new file with mode: 0644]
libgcc/config/msp430/floatunhidf.c [new file with mode: 0644]
libgcc/config/msp430/floatunhisf.c [new file with mode: 0644]
libgcc/config/msp430/lib2bitcountHI.c [new file with mode: 0644]
libgcc/config/msp430/lib2divHI.c [new file with mode: 0644]
libgcc/config/msp430/lib2divQI.c [new file with mode: 0644]
libgcc/config/msp430/lib2divSI.c [new file with mode: 0644]
libgcc/config/msp430/lib2mul.c [new file with mode: 0644]
libgcc/config/msp430/lib2shift.c [new file with mode: 0644]
libgcc/config/msp430/mpy.c [new file with mode: 0644]
libgcc/config/msp430/msp430-divmod.h [new file with mode: 0644]
libgcc/config/msp430/msp430-mul.h [new file with mode: 0644]
libgcc/config/msp430/slli.S [new file with mode: 0644]
libgcc/config/msp430/srai.S [new file with mode: 0644]
libgcc/config/msp430/srli.S [new file with mode: 0644]
libgcc/config/msp430/t-msp430 [new file with mode: 0644]