Re: [PATCH][ARM] Use __ARM_ARCH instead of __ARM_ARCH__

2018-06-21 Thread Christophe Lyon
On Thu, 21 Jun 2018 at 10:00, Kyrill Tkachov wrote: > > > On 21/06/18 07:59, Christophe Lyon wrote: > > On Tue, 19 Jun 2018 at 10:50, Kyrill Tkachov > > wrote: > >> Hi Christophe, > >> > >> On 17/06/18 21:23, Christophe Lyon wrote: > >>> On Fri, 15 Jun 2018 at 17:22, Richard Earnshaw (lists) > >>

Re: [PATCH][ARM] Use __ARM_ARCH instead of __ARM_ARCH__

2018-06-21 Thread Kyrill Tkachov
On 21/06/18 07:59, Christophe Lyon wrote: On Tue, 19 Jun 2018 at 10:50, Kyrill Tkachov wrote: Hi Christophe, On 17/06/18 21:23, Christophe Lyon wrote: On Fri, 15 Jun 2018 at 17:22, Richard Earnshaw (lists) wrote: On 15/06/18 15:30, Christophe Lyon wrote: Hello, As suggested in [1], the

Re: [PATCH][ARM] Use __ARM_ARCH instead of __ARM_ARCH__

2018-06-20 Thread Christophe Lyon
On Tue, 19 Jun 2018 at 10:50, Kyrill Tkachov wrote: > > Hi Christophe, > > On 17/06/18 21:23, Christophe Lyon wrote: > > On Fri, 15 Jun 2018 at 17:22, Richard Earnshaw (lists) > > wrote: > > > > > > On 15/06/18 15:30, Christophe Lyon wrote: > > > > Hello, > > > > > > > > As suggested in [1], the

Re: [PATCH][ARM] Use __ARM_ARCH instead of __ARM_ARCH__

2018-06-19 Thread Kyrill Tkachov
Hi Christophe, On 17/06/18 21:23, Christophe Lyon wrote: On Fri, 15 Jun 2018 at 17:22, Richard Earnshaw (lists) wrote: > > On 15/06/18 15:30, Christophe Lyon wrote: > > Hello, > > > > As suggested in [1], the attached patch removes all definitions and > > uses of __ARM_ARCH__ and uses __ARM_ARC

Re: [PATCH][ARM] Use __ARM_ARCH instead of __ARM_ARCH__

2018-06-17 Thread Christophe Lyon
On Fri, 15 Jun 2018 at 17:22, Richard Earnshaw (lists) wrote: > > On 15/06/18 15:30, Christophe Lyon wrote: > > Hello, > > > > As suggested in [1], the attached patch removes all definitions and > > uses of __ARM_ARCH__ and uses __ARM_ARCH instead. The later is indeed > > defined by the preprocess

Re: [PATCH][ARM] Use __ARM_ARCH instead of __ARM_ARCH__

2018-06-15 Thread Richard Earnshaw (lists)
On 15/06/18 15:30, Christophe Lyon wrote: > Hello, > > As suggested in [1], the attached patch removes all definitions and > uses of __ARM_ARCH__ and uses __ARM_ARCH instead. The later is indeed > defined by the preprocessor to the appropriate value. > > I ran make check on arm-none-eabi (with A-