assemble: only be optimistic with NO_SEG if we're really in pass 1
commiteea57cc6c562574ebcc7b0fd60a664c6fcc236cf
authorH. Peter Anvin <hpa@zytor.com>
Tue, 24 Feb 2009 01:51:25 +0000 (23 17:51 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 24 Feb 2009 01:51:25 +0000 (23 17:51 -0800)
tree8d07cf395bf968473c3741285c84cda50b51be7c
parent130360f8f5caa7b8e10c3a1b4f90a69549ae61d7
assemble: only be optimistic with NO_SEG if we're really in pass 1

Only be optimistic about the reachability of a symbol with NO_SEG if
we are truly in pass 1, i.e. it could possibly be just a forward
reference.  After we have done a single pass, if it is still NO_SEG,
then it is an absolute symbol and need to be treated as such.
assemble.c