diff options
author | Mark Wielaard <mjw@redhat.com> | 2015-10-08 00:16:03 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2015-10-08 08:43:42 +0200 |
commit | 86ed7f7f53179d7a893329e6b9851dbb75aba405 (patch) | |
tree | af0c8b1d33c6472e47c4256626552756d6a32fc6 /src/ChangeLog | |
parent | 7eff36d5daa6ebca5e6399638a7643af105ae5b0 (diff) | |
download | elfutils-86ed7f7f53179d7a893329e6b9851dbb75aba405.tar.gz |
Allocate exact amount of bytes for phdrs and shdrs.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e6744017..f5778856 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2015-10-07 Mark Wielaard <mjw@redhat.com> + + * unstrip.c (MAX): Removed. + (find_alloc_sections_prelink): Allocate exact amount of bytes for + shdrs. + 2015-10-05 Chih-Hung Hsieh <chh@google.com> * unstrip.c (find_alloc_sections_prelink): Do not allocate |