From: Richard Henderson Date: Wed, 15 Apr 1998 22:34:05 +0000 (+0000) Subject: * symbols.c (resolve_symbol_value) [O_symbol]: Also store the symbol X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c02e446b0b9136116e04e7b24cbda99f263dc793;p=binutils-gdb.git * symbols.c (resolve_symbol_value) [O_symbol]: Also store the symbol back into the expression to handle add/sub simplification correctly. PR 15634 --- diff --git a/gas/ChangeLog b/gas/ChangeLog index a75a967746b..8a565efd932 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 15 15:17:27 1998 Richard Henderson + + * symbols.c (resolve_symbol_value) [O_symbol]: Also store the symbol + back into the expression to handle add/sub simplification correctly. + start-sanitize-r5900 Wed Apr 15 10:35:59 1998 Frank Ch. Eigler