diff options
author | Alan Modra <amodra@gmail.com> | 2010-08-12 13:36:50 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-08-12 13:36:50 +0000 |
commit | 5942515f8076078616d9eed07b0453fac5b1975c (patch) | |
tree | d1a6f2364b55a7ccb1d2d52a4b377ea62f4b45b4 /ld/ChangeLog | |
parent | 2e49a6d0109e0e3f88aac9202b5331fe251c7b01 (diff) | |
download | gdb-5942515f8076078616d9eed07b0453fac5b1975c.zip gdb-5942515f8076078616d9eed07b0453fac5b1975c.tar.gz gdb-5942515f8076078616d9eed07b0453fac5b1975c.tar.bz2 |
* ldexp.c (new_rel): Remove "str". Update all call sites.
(exp_fold_tree_1): When assigning to dot, calculate nextdot
using expld.result.section rather than expld.section.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8239873..30cb4eb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2010-08-12 Alan Modra <amodra@gmail.com> + + * ldexp.c (new_rel): Remove "str". Update all call sites. + (exp_fold_tree_1): When assigning to dot, calculate nextdot + using expld.result.section rather than expld.section. + 2010-08-06 Alan Modra <amodra@gmail.com> PR ld/11887 |