This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] new target


Fellows,

Providing all the paper work has been done and this target has been added to 
binutils tree the attached are diff files which introduce new target - Texas 
Instruments msp430 MCU.

This code is proven to be stable for about a year since gcc-3.0.
The present patches are against CVS sources.

I am volunteering to be the maintainer of this target.

Chengelog follows.

Cheers,
Dmitry

P.S. is it possible to get _any_ reply from steerings?



[2003-01-31]    Dmitry Diky <diwil@mail.ru>

  *     gcc/configure.in:       Add msp430 target.
  *     gcc/config.gcc:         Likewise.
  *     config.gcc:             Likewise.
  *     gcc/doc/extend.texi:    Add msp430 notes.
  *     gcc/doc/install.texi:   Likewise.
  *     gcc/doc/contrib.texi:   Likewise.
  *     gcc/doc/invoke.texi:    Add msp430 options descriptions.
  *     gcc/doc/md.texi:        Add msp430 constraints description.
  *     gcc/config/msp430/libgcc.S: New file. Target-specific assembly
                                                routines.
  *     gcc/config/msp430/msp430-protos.h: New file. Functs protos.
  *     gcc/config/msp430/msp430.c: New file. Target-specific helper routines.
  *     gcc/config/msp430/msp430.h: New file. Target-specific header file.
  *     gcc/config/msp430/msp430.md: New file. Target-specific machine
                                                description.
  *     gcc/config/msp430/t-msp430: New file. Target-specific makefile 
                                                fragment.

Attachment: target-specific.diff.bz2
Description: BZip2 compressed data

Attachment: toplevel.diff.bz2
Description: BZip2 compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]