Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-03 Thread Christophe Lyon
On Wed, 3 Jul 2019 at 11:51, Richard Earnshaw wrote: > > > > On 02/07/2019 15:49, Christophe Lyon wrote: > > On Tue, 2 Jul 2019 at 12:30, Richard Earnshaw > > wrote: > >> > >> > >> > >> On 02/07/2019 11:13, Richard Earnshaw wrote: > >>> > >>> > >>> On 02/07/2019 09:39, Richard Earnshaw wrote: >

Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-03 Thread Richard Earnshaw
On 02/07/2019 15:49, Christophe Lyon wrote: On Tue, 2 Jul 2019 at 12:30, Richard Earnshaw wrote: On 02/07/2019 11:13, Richard Earnshaw wrote: On 02/07/2019 09:39, Richard Earnshaw wrote: On 01/07/2019 16:58, Kyrill Tkachov wrote: Hi Christophe, On 6/13/19 4:13 PM, Christophe Lyon

Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-02 Thread Segher Boessenkool
On Tue, Jul 02, 2019 at 05:01:33PM +0200, Christophe Lyon wrote: > On Mon, 1 Jul 2019 at 17:58, Kyrill Tkachov > wrote: > > +static tree > > +arm_data_attr (tree * node, > > + tree name, > > + tree args ATTRIBUTE_UNUSED, > > + intflags ATTRI

Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-02 Thread Martin Sebor
On 7/2/19 9:01 AM, Christophe Lyon wrote: Hi Kyrill, On Mon, 1 Jul 2019 at 17:58, Kyrill Tkachov wrote: Hi Christophe, On 6/13/19 4:13 PM, Christophe Lyon wrote: Hi, Similar to what already exists for TI msp430 or in TI compilers for arm, this patch adds support for "noinit" attribute for

Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-02 Thread Christophe Lyon
Hi Kyrill, On Mon, 1 Jul 2019 at 17:58, Kyrill Tkachov wrote: > > Hi Christophe, > > On 6/13/19 4:13 PM, Christophe Lyon wrote: > > Hi, > > > > Similar to what already exists for TI msp430 or in TI compilers for > > arm, this patch adds support for "noinit" attribute for arm. It's very > > simila

Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-02 Thread Christophe Lyon
On Tue, 2 Jul 2019 at 12:30, Richard Earnshaw wrote: > > > > On 02/07/2019 11:13, Richard Earnshaw wrote: > > > > > > On 02/07/2019 09:39, Richard Earnshaw wrote: > >> > >> > >> On 01/07/2019 16:58, Kyrill Tkachov wrote: > >>> Hi Christophe, > >>> > >>> On 6/13/19 4:13 PM, Christophe Lyon wrote: >

Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-02 Thread Richard Earnshaw
On 02/07/2019 11:13, Richard Earnshaw wrote: On 02/07/2019 09:39, Richard Earnshaw wrote: On 01/07/2019 16:58, Kyrill Tkachov wrote: Hi Christophe, On 6/13/19 4:13 PM, Christophe Lyon wrote: Hi, Similar to what already exists for TI msp430 or in TI compilers for arm, this patch adds s

Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-02 Thread Richard Earnshaw
On 02/07/2019 09:39, Richard Earnshaw wrote: On 01/07/2019 16:58, Kyrill Tkachov wrote: Hi Christophe, On 6/13/19 4:13 PM, Christophe Lyon wrote: Hi, Similar to what already exists for TI msp430 or in TI compilers for arm, this patch adds support for "noinit" attribute for arm. It's very

Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-02 Thread Richard Earnshaw
On 02/07/2019 09:39, Richard Earnshaw wrote: On 01/07/2019 16:58, Kyrill Tkachov wrote: Hi Christophe, On 6/13/19 4:13 PM, Christophe Lyon wrote: Hi, Similar to what already exists for TI msp430 or in TI compilers for arm, this patch adds support for "noinit" attribute for arm. It's very

Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-02 Thread Richard Earnshaw
On 01/07/2019 16:58, Kyrill Tkachov wrote: Hi Christophe, On 6/13/19 4:13 PM, Christophe Lyon wrote: Hi, Similar to what already exists for TI msp430 or in TI compilers for arm, this patch adds support for "noinit" attribute for arm. It's very similar to the corresponding code in GCC for ms

Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-01 Thread Sandra Loosemore
On 6/13/19 9:13 AM, Christophe Lyon wrote: @@ -7131,6 +7132,18 @@ given via attribute argument. @end table +@node ARM Variable Attributes +@subsection ARM Variable Attributes + +@table @code +@item noinit +@cindex @code{noinit} variable attribute, ARM +Any data with the @code{noinit} attrib

Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-01 Thread Kyrill Tkachov
Hi Christophe, On 6/13/19 4:13 PM, Christophe Lyon wrote: Hi, Similar to what already exists for TI msp430 or in TI compilers for arm, this patch adds support for "noinit" attribute for arm. It's very similar to the corresponding code in GCC for msp430. It is useful for embedded targets where

Re: [PATCH][ARM] Add support for "noinit" attribute

2019-07-01 Thread Christophe Lyon
ping? On Thu, 13 Jun 2019 at 17:13, Christophe Lyon wrote: > > Hi, > > Similar to what already exists for TI msp430 or in TI compilers for > arm, this patch adds support for "noinit" attribute for arm. It's very > similar to the corresponding code in GCC for msp430. > > It is useful for embedded