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? Yes, lis
X,Y is an alias for addis X,0,Y, but the simplified mnemonic clearer
about the actual operation and intention.

The patch is okay with that change.

Thanks, David

Reply via email to