* expr.c (struct expr_symbol_line): Define.
authorIan Lance Taylor <ian@airs.com>
Thu, 20 Jun 1996 23:14:13 +0000 (23:14 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 20 Jun 1996 23:14:13 +0000 (23:14 +0000)
commit7ca8e36e61cbaeee1f70d69f6da9a9fe2e316086
tree1e575ebf47c074d73988ec5eb3889ad905cfc823
parentbacecac8493b2a91965bf89be4182a342bd18151
* expr.c (struct expr_symbol_line): Define.
(expr_symbol_lines): New static variable.
(make_expr_symbol): Add entry to expr_symbol_lines.
(expr_symbol_where): New function.
* expr.h: Use extern on function declarations.
(expr_symbol_where): Declare.
* symbols.c (resolve_symbol_value): Try to use expr_symbol_where
rather than printing the meaningless name of an expression
symbol.
gas/ChangeLog