> 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
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_
> +/* 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