In PowerPC as, allow a lonely lo16 without hi16 or ha16.
authorGeorge Koehler <xkernigh@netscape.net>
Thu, 2 Feb 2017 15:35:34 +0000 (10:35 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Thu, 2 Feb 2017 15:35:34 +0000 (10:35 -0500)
commita9d305f3d84c4ae7dfac39abf0d629319b388078
tree2ce5275a66f5631a46d0ec691a3b45822e50c078
parent2cf24135a8c193d0b1cdeecc4abe84b308f85bf7
In PowerPC as, allow a lonely lo16 without hi16 or ha16.

The intent is to assemble code like

    lis r3, ha16[_sym]
    lwz r4, lo16[_sym](r3)
    addi r4, r4, 1
    stw r4, lo16[_sym](r3)
mach/powerpc/as/mach5.c