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] cortex-m0 support


On Thu, 2009-06-25 at 01:16 -0300, Daniel Gutson wrote:
> Hi,
>    the following small patch adds support for the ARM Cortex-M0 
> processor, as a behavior clone of Cortex-M1.
> 
> This is the gcc counterpart of the binutils patch submitted in 
> http://sourceware.org/ml/binutils/2009-03/msg00373.html
> 
> If approved, please commit it for me since I don't have write access.
> 
> Thanks,
> 	Daniel.
> 
> ---
> 
> 2009-06-25  Daniel Gutson  <dgutson@codesourcery.com>
> 
> 	gcc/
> 	* config/arm/arm-cores.def: Added core cortex-m0.
> 	* config/arm/arm-tune.md ("tune"): Aded cortexm0.
> 	* doc/invoke.texi: Added entry for cpu ARM Cortex-M0.


arm-tune.md is an automatically generated file (see the comment at the
top of it); it looks like you've hand-edited that (white space changes).

The correct changelog entry should then state that the file is
re-generated, not that you've added something.

R.


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