diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2011-05-16 11:34:48 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2011-05-16 11:34:48 +0000 |
commit | f37a7048a8608dcc4465a4b425cc4fd3b0f9e1cd (patch) | |
tree | bb4270f85ebc2ceb174a8325d81921c0b0bc5058 /ld/ChangeLog | |
parent | 27d0bed645075a5aad861d6a9f62a373d45ac176 (diff) | |
download | gdb-f37a7048a8608dcc4465a4b425cc4fd3b0f9e1cd.zip gdb-f37a7048a8608dcc4465a4b425cc4fd3b0f9e1cd.tar.gz gdb-f37a7048a8608dcc4465a4b425cc4fd3b0f9e1cd.tar.bz2 |
* ldlang.c (print_assignment): Use the symbol's section if we
use its value.
* ldexp.c (exp_fold_tree_1): Skip self-assignment. Expand
comment on copying symbol type.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c26c7dd..6697fc1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2010-05-16 Daniel Jacobowitz <dan@codesourcery.com> + + * ldlang.c (print_assignment): Use the symbol's section if we + use its value. + * ldexp.c (exp_fold_tree_1): Skip self-assignment. Expand + comment on copying symbol type. + 2011-05-16 H.J. Lu <hongjiu.lu@intel.com> PR ld/12760 |