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 /libgcc/ChangeLog | |
parent | 8369f38a6f3f797952452dc25cd148909e049ee6 (diff) | |
download | gcc-f6a83b4a9f8bb38ee24d244a4521ad6f8f77496c.tar.gz |
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 'libgcc/ChangeLog')
-rw-r--r-- | libgcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 2f415bfc80a..2d9c7d4f763 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2013-09-12 DJ Delorie <dj@redhat.com> + + * config.host (msp*-*-elf): New. + * config/msp430/: New port. + 2013-08-18 Iain Sandoe <iain@codesourcery.com> PR gcov-profile/58127 |