Re: [Patch, ARM] Enable GCC to support new ARM core cortex-m0+

2012-04-11 Thread Richard Earnshaw
On 06/04/12 07:15, Terry Guo wrote: > Hello, > > This simple patch is to enable GCC to accept new option -mcpu=cortex-m0plus > in order to support newly released Cortex-M0+. Is it OK to trunk, 4.7 branch > and 4.6 branch? > > BR, > Terry > > 2012-04-06 Terry Guo > > * config/arm/arm-

Re: [Patch, ARM] Enable GCC to support new ARM core cortex-m0+

2012-04-11 Thread Terry Guo
Ping. On Fri, Apr 6, 2012 at 2:15 PM, Terry Guo wrote: > Hello, > > This simple patch is to enable GCC to accept new option -mcpu=cortex-m0plus > in order to support newly released Cortex-M0+. Is it OK to trunk, 4.7 branch > and 4.6 branch? > > BR, > Terry > > 2012-04-06  Terry Guo   > >        *

[Patch, ARM] Enable GCC to support new ARM core cortex-m0+

2012-04-05 Thread Terry Guo
Hello, This simple patch is to enable GCC to accept new option -mcpu=cortex-m0plus in order to support newly released Cortex-M0+. Is it OK to trunk, 4.7 branch and 4.6 branch? BR, Terry 2012-04-06 Terry Guo * config/arm/arm-cores.def: Added core cortex-m0plus. * config/arm/ar