In PowerPC as, check relocations with hi16/ha16/lo16.
authorGeorge Koehler <xkernigh@netscape.net>
Wed, 1 Feb 2017 15:36:06 +0000 (10:36 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Wed, 1 Feb 2017 15:36:06 +0000 (10:36 -0500)
commit1a44036a174795fb8fc923625b6d720062f3d2d3
treeb25035b5604c318db9effd2ca5576b5e77d19276
parentf34a1764652499fbfe06f88d3ac3e92307816385
In PowerPC as, check relocations with hi16/ha16/lo16.

Check that each relocation meets the requirements for RELOPPC, which
handles a hi16/lo16 or ha16/lo16 pair.

In the code, one might confuse hi_token with hl_token and hi_expr with
hl_expr, but I didn't think of better names for these variables.
mach/powerpc/as/mach0.c
mach/powerpc/as/mach1.c
mach/powerpc/as/mach5.c