diff options
author | DJ Delorie <dj@redhat.com> | 2013-09-12 13:52:41 -0400 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2013-09-12 13:52:41 -0400 |
commit | f6a83b4a9f8bb38ee24d244a4521ad6f8f77496c (patch) | |
tree | d690c25f951ef2f8c504a45d87bfd262e3ab226f /contrib | |
parent | 8369f38a6f3f797952452dc25cd148909e049ee6 (diff) | |
download | gcc-f6a83b4a9f8bb38ee24d244a4521ad6f8f77496c.zip gcc-f6a83b4a9f8bb38ee24d244a4521ad6f8f77496c.tar.gz gcc-f6a83b4a9f8bb38ee24d244a4521ad6f8f77496c.tar.bz2 |
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
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rw-r--r-- | contrib/config-list.mk | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index d99dc34..931bb87 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2013-09-12 DJ Delorie <dj@redhat.com> + + * config-list.mk: Add msp430-elf. + 2013-08-31 Diego Novillo <dnovillo@google.com> * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update. diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 9a141c2..85ca6ad 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -44,6 +44,7 @@ LIST = aarch64-elf aarch64-linux-gnu \ mipsel-elf mips64-elf mips64vr-elf mips64orion-elf mips-rtems \ mips-wrs-vxworks mipstx39-elf mmix-knuth-mmixware mn10300-elf moxie-elf \ moxie-uclinux moxie-rtems pdp11-aout picochip-elfOPT-enable-obsolete \ + msp430-elf \ powerpc-darwin8 \ powerpc-darwin7 powerpc64-darwin powerpc-freebsd6 powerpc-netbsd \ powerpc-eabispe powerpc-eabisimaltivec powerpc-eabisim ppc-elf \ |