diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2011-10-31 16:27:54 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-10-31 16:27:54 -0700 |
commit | 02f9c6cfe286ebd1f39106ae77245c5514ec6919 (patch) | |
tree | ea1864301d110e31163f7c91e5dc9b2f99514639 /ChangeLog | |
parent | f4ec483382e167469def497422dbb30fee5f5f32 (diff) | |
download | glibc-02f9c6cfe286ebd1f39106ae77245c5514ec6919.tar.gz glibc-02f9c6cfe286ebd1f39106ae77245c5514ec6919.tar.xz glibc-02f9c6cfe286ebd1f39106ae77245c5514ec6919.zip |
Use extend_alloca in _dl_map_object_deps.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 83a64e8358..6e247ec445 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com> + + * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce + stack usage. + 2011-10-31 Ulrich Drepper <drepper@gmail.com> [BZ #13367] |