Hello David,

On May 25, 2012, at 03:25 , David Edelsohn wrote:

>       libgcc/
>       * config/rs6000/vxworks/tramp.S (trampoline_setup): Use a longcall
>       sequence in the non pic case on VxWorks.
> 
> +         addis 11, 0,JUMP_TARGET(abort)@ha
> 
> Why do you use the addis mnemonic instead of lis mnemonic?

 No specific reason. It might just have been the compiler output
 for a generated longcall years ago.
 
> Yes, lis
> X,Y is an alias for addis X,0,Y, but the simplified mnemonic clearer
> about the actual operation and intention.

 Sure.

> The patch is okay with that change.

 Committing, thanks :-)
 
 

Reply via email to