diff options
author | Kostya Serebryany <konstantin.s.serebryany@gmail.com> | 2014-10-01 14:34:45 -0700 |
---|---|---|
committer | Kostya Serebryany <konstantin.s.serebryany@gmail.com> | 2014-10-01 14:34:45 -0700 |
commit | 06210a44e98960b2c591f3ffad1876e2f64337c3 (patch) | |
tree | 3b7782eb9f9b0b3d46d79975e73693cf11c2db85 /ChangeLog | |
parent | 6268f532b6c6be7971cb57883d042bd771966548 (diff) | |
download | glibc-06210a44e98960b2c591f3ffad1876e2f64337c3.zip glibc-06210a44e98960b2c591f3ffad1876e2f64337c3.tar.gz glibc-06210a44e98960b2c591f3ffad1876e2f64337c3.tar.bz2 |
remove nested functions from elf/dl-deps.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com> + + * elf/dl-deps.c + (preload): New functions broken out of _dl_map_object_deps. + (_dl_map_object_deps): Remove a nested function. Update call sites. + 2014-10-01 Joseph Myers <joseph@codesourcery.com> [BZ #14138] |