diff options
author | Alan Modra <amodra@gmail.com> | 2015-08-06 15:56:34 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-08-06 16:05:40 +0930 |
commit | e0a3af227ee0602ae69320fd6f931c363f14975b (patch) | |
tree | 4987f91beb70806b6267baa7fe3b6cb44a10bfb9 /ld/ChangeLog | |
parent | 0cf003f49ee8bbd5dc5f1ce45193c7ae056c69b8 (diff) | |
download | gdb-e0a3af227ee0602ae69320fd6f931c363f14975b.zip gdb-e0a3af227ee0602ae69320fd6f931c363f14975b.tar.gz gdb-e0a3af227ee0602ae69320fd6f931c363f14975b.tar.bz2 |
Revert ALIGN changes
Reverts a2c59f28 and e474ab13. Since the unary form of ALIGN only
references "dot" implicitly, there isn't really a strong argument for
making ALIGN use a relative value when inside an output section.
* ldexp.c (align_dot_val): Delete.
(fold_unary <ALIGN_K, NEXT>): Revert 2015-07-10 change.
(is_align_conditional): Revert 2015-07-20 change.
(exp_fold_tree_1): Likewise, but keep expanded comment.
* scripttempl/elf.sc (.ldata, .bss): Revert 2015-07-20 change.
* ld.texinfo (<ALIGN>): Correct description.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 23b12c8..5f1094a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2015-08-06 Alan Modra <amodra@gmail.com> + + * ldexp.c (align_dot_val): Delete. + (fold_unary <ALIGN_K, NEXT>): Revert 2015-07-10 change. + (is_align_conditional): Revert 2015-07-20 change. + (exp_fold_tree_1): Likewise, but keep expanded comment. + * scripttempl/elf.sc (.ldata, .bss): Revert 2015-07-20 change. + * ld.texinfo (<ALIGN>): Correct description. + 2015-08-04 Andrew Burgess <andrew.burgess@embecosm.com> * ld.texinfo (Options): Document --require-defined option. |