aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1998-04-15 22:34:05 +0000
committerRichard Henderson <rth@redhat.com>1998-04-15 22:34:05 +0000
commitc02e446b0b9136116e04e7b24cbda99f263dc793 (patch)
treee794e8dd5286a0ca38390aa5bdfeb273a546a074 /gas
parent65c0c9787fe1488db1c284ab152c0b0d88522cb2 (diff)
downloadgdb-c02e446b0b9136116e04e7b24cbda99f263dc793.zip
gdb-c02e446b0b9136116e04e7b24cbda99f263dc793.tar.gz
gdb-c02e446b0b9136116e04e7b24cbda99f263dc793.tar.bz2
* symbols.c (resolve_symbol_value) [O_symbol]: Also store the symbol
back into the expression to handle add/sub simplification correctly. PR 15634
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a75a967..8a565ef 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Wed Apr 15 15:17:27 1998 Richard Henderson <rth@cygnus.com>
+
+ * 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 <fche@cygnus.com>