assemble: Emit signed relocations where appropriate
commit89a2ac0d0aabb586f0f6f051a721a1f2256c7492
authorH. Peter Anvin <hpa@zytor.com>
Wed, 27 Nov 2013 02:23:20 +0000 (26 18:23 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 27 Nov 2013 02:23:20 +0000 (26 18:23 -0800)
treea3b23d01ff3e7913369a52b7821a85beaba58e1e
parentd35f23011334d0693b48f16757e3971069ad7328
assemble: Emit signed relocations where appropriate

Emit signed relocations where we know they are necessary.  This is not
at all exhaustive; in particular we are missing this for a number of
8- and 16-bit cases, and probably others.

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