Re: [RFC PATCH, AARCH64] Add support for -mlong-calls option

2014-11-12 Thread Yangfei (Felix)
> Hi Felix, > > Sorry for the delay responding, I've been out of the office recently and I'm > only > just catching up on a backlog of GCC related emails. > > I'm in two minds about this; I can potentially see the need for attributes to > enable long calls for specific calls, and maybe also for

Re: [RFC PATCH, AARCH64] Add support for -mlong-calls option

2014-11-11 Thread Richard Earnshaw
On 27/10/14 09:21, Yangfei (Felix) wrote: >> +/* Handle pragmas for compatibility with Intel's compilers. */ >> +#define REGISTER_TARGET_PRAGMAS() do { >> \ >> + c_register_pragma (0, "long_calls", aarch64_pr_long_calls); >> \ >> + c_register_

Re: [RFC PATCH, AARCH64] Add support for -mlong-calls option

2014-10-27 Thread Yangfei (Felix)
> +/* Handle pragmas for compatibility with Intel's compilers. */ > +#define REGISTER_TARGET_PRAGMAS() do { > \ > + c_register_pragma (0, "long_calls", aarch64_pr_long_calls); > \ > + c_register_pragma (0, "no_long_calls", aarch64_pr_no_long