diff options
author | Alan Modra <amodra@gmail.com> | 2011-01-21 13:18:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-01-21 13:18:19 +0000 |
commit | 9bc8bb33fe5a5a79b3146593a39edac7bb7b0dfd (patch) | |
tree | 107833af5cdf1180b3ce46737ff14f3e67bad000 /ld/ChangeLog | |
parent | 6b069ee70de3c540cef090a8733f8fc233cdb342 (diff) | |
download | gdb-9bc8bb33fe5a5a79b3146593a39edac7bb7b0dfd.zip gdb-9bc8bb33fe5a5a79b3146593a39edac7bb7b0dfd.tar.gz gdb-9bc8bb33fe5a5a79b3146593a39edac7bb7b0dfd.tar.bz2 |
* ldexp.c (fold_binary): Set result section for arithmetic and
logical operations to NULL when both operands are in same section.
* ld.texinfo (Expression Section): Describe this.
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 7a00e7d..fe66fb8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2011-01-21 Alan Modra <amodra@gmail.com> + + * ldexp.c (fold_binary): Set result section for arithmetic and + logical operations to NULL when both operands are in same section. + * ld.texinfo (Expression Section): Describe this. + 2011-01-14 Alan Modra <amodra@gmail.com> * ldmain.c (main): Flush stdout before and stderr after printing |