Re: [PATCH][AArch64][10/14] Implement target pragmas

2015-08-03 Thread James Greenhalgh
On Mon, Aug 03, 2015 at 10:36:17AM +0100, Kyrill Tkachov wrote: > And here is a rebased version to resolve a conflict after Alan's patches went > in. > OK with the nits below fixed. > 2015-08-03 Kyrylo Tkachov > > * config.gcc (aarch64*-*-*): Specify c_target_objs and cxx_target_objs.

Re: [PATCH][AArch64][10/14] Implement target pragmas

2015-08-03 Thread Kyrill Tkachov
On 24/07/15 09:36, Kyrill Tkachov wrote: On 21/07/15 17:52, James Greenhalgh wrote: On Thu, Jul 16, 2015 at 04:21:05PM +0100, Kyrill Tkachov wrote: Hi all, This patch implements target pragmas for aarch64. The pragmas accepted are the same as for target attributes (as required). In addition p

Re: [PATCH][AArch64][10/14] Implement target pragmas

2015-07-24 Thread Kyrill Tkachov
On 21/07/15 17:52, James Greenhalgh wrote: On Thu, Jul 16, 2015 at 04:21:05PM +0100, Kyrill Tkachov wrote: Hi all, This patch implements target pragmas for aarch64. The pragmas accepted are the same as for target attributes (as required). In addition pragmas will need to redefine the target-sp

Re: [PATCH][AArch64][10/14] Implement target pragmas

2015-07-21 Thread James Greenhalgh
On Thu, Jul 16, 2015 at 04:21:05PM +0100, Kyrill Tkachov wrote: > Hi all, > > This patch implements target pragmas for aarch64. > The pragmas accepted are the same as for target attributes (as required). > In addition pragmas will need to redefine the target-specific preprocessor > macros if appro

[PATCH][AArch64][10/14] Implement target pragmas

2015-07-16 Thread Kyrill Tkachov
Hi all, This patch implements target pragmas for aarch64. The pragmas accepted are the same as for target attributes (as required). In addition pragmas will need to redefine the target-specific preprocessor macros if appropriate. A new file: aarch64-c.c is added and the code from TARGET_CPU_CPP_