diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-12-17 15:50:02 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-12-17 15:50:02 +0000 |
commit | e3070fef41863855bd4fcade884cfda11abedb06 (patch) | |
tree | a1e4c6daf75abe8a13d92f693f2810602eb754d6 /ld/ChangeLog | |
parent | 9d2be1eec8fda466eebb0da7eefdc5b583649ca3 (diff) | |
download | gdb-e3070fef41863855bd4fcade884cfda11abedb06.zip gdb-e3070fef41863855bd4fcade884cfda11abedb06.tar.gz gdb-e3070fef41863855bd4fcade884cfda11abedb06.tar.bz2 |
* ldexp.h (exp_data_seg): Add min_base and maxpagesize fields.
* ldexp.c (fold_binary) <case DATA_SEGMENT_ALIGN>: Initialize them.
* ldlang.c (lang_size_sections): Use them to avoid wasting virtual
address space at DATA_SEGMENT_ALIGN. Fix computation of expected
PT_GNU_RELRO segment end.
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 0844e9a..f5ef3a7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2004-12-17 Jakub Jelinek <jakub@redhat.com> + + * ldexp.h (exp_data_seg): Add min_base and maxpagesize fields. + * ldexp.c (fold_binary) <case DATA_SEGMENT_ALIGN>: Initialize them. + * ldlang.c (lang_size_sections): Use them to avoid wasting virtual + address space at DATA_SEGMENT_ALIGN. Fix computation of expected + PT_GNU_RELRO segment end. + 2004-12-14 P.J. Darcy <darcypj@us.ibm.com> * configure.tgt: Add s390x-ibm-tpf support. |