diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2014-02-02 06:39:39 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-02-02 06:39:39 -0800 |
commit | 13075d049d492477dfbf795c305adbab5abb6d81 (patch) | |
tree | 61ca952b162322ab903b106aa59701562b3b46ab /ld/ChangeLog | |
parent | 665febb3c8b315c0d00a2a913523fbd6aa2482cf (diff) | |
download | gdb-13075d049d492477dfbf795c305adbab5abb6d81.zip gdb-13075d049d492477dfbf795c305adbab5abb6d81.tar.gz gdb-13075d049d492477dfbf795c305adbab5abb6d81.tar.bz2 |
Fix ALIGN_WITH_INPUT
ld/
2014-02-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
* ld/ld.texinfo: Change ALIGN_WITH_INPUT documentation.
* ld/ldlang.c (lang_size_sections_1): Add dotdelta
variable which reflects the VMA change due to alignment
requirements. Use dotdelta do change the LMA if
ALIGN_WITH_INPUT is requested.
ld/testsuite/ChangeLog
2014-02-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
* ld-scripts/rgn-at9.d: New file.
* ld-scripts/rgn-at9.t: Likewise.
* ld-scripts/rgn-at10.d: Likewise.
* ld-scripts/rgn-at10.s: Likewise.
* ld-scripts/rgn-at10.t: Likewise.
* ld-scripts/rgn-at11.d: Likewise.
* ld-scripts/rgn-at11.t: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1c95e25..df44539 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2014-02-02 Sebastian Huber <sebastian.huber@embedded-brains.de> + + * ld/ld.texinfo: Change ALIGN_WITH_INPUT documentation. + * ld/ldlang.c (lang_size_sections_1): Add dotdelta + variable which reflects the VMA change due to alignment + requirements. Use dotdelta do change the LMA if + ALIGN_WITH_INPUT is requested. + 2014-02-01 Hans-Peter Nilsson <hp@bitrange.com> * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Fix typo in |