assemble.c: fix the handling of zero-extending unsigned relocations
commitb03d91e6ab7686f5dee77c1e550fda9fd7abbb68
authorH. Peter Anvin <hpa@zytor.com>
Fri, 12 Feb 2016 05:13:54 +0000 (11 21:13 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 12 Feb 2016 05:13:54 +0000 (11 21:13 -0800)
tree1230970a6f1aaaad0da18a022ea78c0bca86ef84
parentb64125022d9743df8428d2fa925b36632b8ffc2a
assemble.c: fix the handling of zero-extending unsigned relocations

First of all we printed the wrong error message, and second of all we
need to set the segments to NO_SEG before passing them to the output
format generator.

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