assemble: not all backends handle intra-segment OUT_REL*ADR
commite286c7e79c36ab0ad40349d89693bae52080b664
authorH. Peter Anvin <hpa@zytor.com>
Wed, 22 Oct 2008 18:15:00 +0000 (22 11:15 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 22 Oct 2008 18:15:00 +0000 (22 11:15 -0700)
tree2bf79243c0fd4d62c059bf4a19224ee3b5b6d129
parent9cd543e5fd6616f3c7b4de641247a419f0435527
assemble: not all backends handle intra-segment OUT_REL*ADR

Not all backends can handle being handled an intrasegment OUT_REL*ADR,
and we don't fix them up in common code either (which would be the
logical thing to do -- right now we fix them up in a bunch of
individual places.)

For now, just fix up the one in address generation.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
assemble.c