diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-20 23:14:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-20 23:14:13 +0000 |
commit | 7ca8e36e61cbaeee1f70d69f6da9a9fe2e316086 (patch) | |
tree | 1e575ebf47c074d73988ec5eb3889ad905cfc823 /gas/ChangeLog | |
parent | bacecac8493b2a91965bf89be4182a342bd18151 (diff) | |
download | gdb-7ca8e36e61cbaeee1f70d69f6da9a9fe2e316086.zip gdb-7ca8e36e61cbaeee1f70d69f6da9a9fe2e316086.tar.gz gdb-7ca8e36e61cbaeee1f70d69f6da9a9fe2e316086.tar.bz2 |
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d59f721..4371f58 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +Thu Jun 20 19:10:28 1996 Ian Lance Taylor <ian@cygnus.com> + + * write.c (adjust_reloc_syms): Refetch the symbol section after + calling S_GET_VALUE, since it may have changed. + + * 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. + Thu Jun 20 15:57:41 1996 Ken Raeburn <raeburn@cygnus.com> * config/tc-i386.c (md_number_to_chars): Deleted. |