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]

Re: [PATCH] new target


On Friday, January 31, 2003, at 05:43 AM, Dmitry wrote:
[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.
There are coding standards that we follow, and ChangeLog formatting conventions we follow...
The above doesn't actually follow it. Please review the difference between your entry and 99% of the other entries in the file, hopefully you'll see the difference...


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