aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-03-14 05:24:02 +0000
committerAlan Modra <amodra@gmail.com>2012-03-14 05:24:02 +0000
commitec8460b5bac24867500e840a88a6ee36fbc2dff2 (patch)
tree75b6f21cb6dc75350fa0ef93927b8d6235510cbd /ld/ChangeLog
parent51e40b125fca4d48b283e535955f683dce935046 (diff)
downloadgdb-ec8460b5bac24867500e840a88a6ee36fbc2dff2.zip
gdb-ec8460b5bac24867500e840a88a6ee36fbc2dff2.tar.gz
gdb-ec8460b5bac24867500e840a88a6ee36fbc2dff2.tar.bz2
PR ld/13839
* ldexp.c (fold_name): Ignore undefined symbols when assigning to dot in mark phase. (exp_fold_tree_1): Evaluate assignment to dot expressions even when discarding result, for side effects. Fix typo in error message.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index daba2fd..a61012b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2012-03-14 Alan Modra <amodra@gmail.com>
+
+ PR ld/13839
+ * ldexp.c (fold_name): Ignore undefined symbols when assigning to
+ dot in mark phase.
+ (exp_fold_tree_1): Evaluate assignment to dot expressions even when
+ discarding result, for side effects. Fix typo in error message.
+
2012-03-08 Tristan Gingold <gingold@adacore.com>
* ldexp.c (exp_print_tree): Special case for SEGMENT_START.