outobj: handle the case of SEG <undefined> in pass 0
commitd3544ff534be7dcdf92e40d03d9601d816016420
authorH. Peter Anvin <hpa@zytor.com>
Thu, 2 Jul 2009 05:04:11 +0000 (1 22:04 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 2 Jul 2009 05:04:11 +0000 (1 22:04 -0700)
tree51e5b0dadc14b957da6e4825148b279b0ccf1c64
parent807bed5ffd11a3b2cd8f8ccd8824c43ac5f5aa69
outobj: handle the case of SEG <undefined> in pass 0

SEG <undefined> can happen, validly, for a common symbol during the
optimization passes.  It better not happen during the real passes,
however!

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