diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-08-21 13:10:54 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-08-21 13:10:54 +0000 |
commit | 2b60860a4c823c5de508a6af53fcfd1c57c31cba (patch) | |
tree | f10dfea14e939e3f8b1bf79506d436e81ea8b522 /ld/ChangeLog | |
parent | d9c78d7d2c66f687879ec9399fbaf60d08ed8cc2 (diff) | |
download | gdb-2b60860a4c823c5de508a6af53fcfd1c57c31cba.zip gdb-2b60860a4c823c5de508a6af53fcfd1c57c31cba.tar.gz gdb-2b60860a4c823c5de508a6af53fcfd1c57c31cba.tar.bz2 |
PR ld/6833
* ldexp.c (fold_binary <DATA_SEGMENT_ALIGN>): Do not align
EXPLD.DATASEG.MIN_BASE.
* ldlang.c (lang_size_sections): New variable OLD_BASE. Rename
OLD_MIN_BASE to MIN_BASE with the former alignment from `ldexp.c'.
Use OLD_BASE now for the minimal base check after the base decrease by
the maximum alignment found.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 213b5f0..a030e26 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2008-08-21 Jan Kratochvil <jan.kratochvil@redhat.com> + + PR ld/6833 + * ldexp.c (fold_binary <DATA_SEGMENT_ALIGN>): Do not align + EXPLD.DATASEG.MIN_BASE. + * ldlang.c (lang_size_sections): New variable OLD_BASE. Rename + OLD_MIN_BASE to MIN_BASE with the former alignment from `ldexp.c'. + Use OLD_BASE now for the minimal base check after the base decrease by + the maximum alignment found. + 2008-08-17 Alan Modra <amodra@bigpond.net.au> PR 6478 |