(resolve_symbol_value, case O_symbol): Don't do any processing if add_symbol is
authorKen Raeburn <raeburn@cygnus>
Wed, 28 Sep 1994 20:27:31 +0000 (20:27 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 28 Sep 1994 20:27:31 +0000 (20:27 +0000)
commite702f6e6e3b8d9f48d46eed04bf6da1983476a30
tree729e01eeb79d8e07585c30d463d8853994bf215b
parent3bbea7af281dcd8ebd320a036fa56f5883815159
(resolve_symbol_value, case O_symbol): Don't do any processing if add_symbol is
undefined or in expr_section.
(resolve_symbol_value, case O_add): For symbol plus constant-valued symbol,
convert to O_symbol and re-reduce.
(S_GET_VALUE): If symbol needs resolving, resolve it.

(indent_level): No longer static.
(print_symbol_value_1): Don't print frag address if it matches
zero_address_frag.  Don't print "resolving" if already resolved.  Print segment
name.  Don't call print_expr_1 on an undefined symbol.
(print_expr_1): Fix whitespace before printing X_add_number.
gas/symbols.c