]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/msp430/msp430-protos.h
MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430 maintainers.
authorDJ Delorie <dj@redhat.com>
Thu, 12 Sep 2013 17:52:41 +0000 (13:52 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Thu, 12 Sep 2013 17:52:41 +0000 (13:52 -0400)
commitf6a83b4a9f8bb38ee24d244a4521ad6f8f77496c
treed690c25f951ef2f8c504a45d87bfd262e3ab226f
parent8369f38a6f3f797952452dc25cd148909e049ee6
MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430 maintainers.

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

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