On Wed, Oct 28, 2015 at 11:01:15AM +0000, James Greenhalgh wrote:
> On Wed, Oct 28, 2015 at 10:13:07AM +0000, Ramana Radhakrishnan wrote:
> > 
> > 
> > On 27/10/15 20:57, Jeff Law wrote:
> > >> a
> > >>
> > >> * config/aarch64/aarch64.md (call, call_value): Handle noplt.
> > > FWIW -ENOPATCH.
> > > 
> > > jeff
> > 
> > 
> > Bah - finger trouble. Sorry about that. Here it is and also handling sibcall
> > patterns. Tested aarch64-none-elf with no regressions.
> 
> 
>     if (!REG_P (callee)
>        && ((GET_CODE (callee) != SYMBOL_REF)
>          || && aarch64_is_noplt_call_p (callee)))
> 
> ???

This thread seems destined to cause typos and finger slips...

     if (!REG_P (callee)
        && ((GET_CODE (callee) != SYMBOL_REF)
             || aarch64_is_noplt_call_p (callee)))

Obviously :).

Thanks,
James

Reply via email to