This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-release-arm-spec2k6-Os in repository toolchain/ci/glibc.
from 42dfc13abf memusagestat: use local glibc when linking [BZ #18465] adds 0744a268bc Revert "memusagestat: use local glibc when linking [BZ #18465]" new f62d21a1f0 support: Add support_capture_subprogram new eaea1dfbe9 elf: Fix pldd (BZ#18035)
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 40 ++++- NEWS | 2 +- elf/Makefile | 1 + elf/pldd-xx.c | 114 +++++-------- elf/pldd.c | 64 ++++--- elf/tst-pldd.c | 118 +++++++++++++ malloc/Makefile | 4 +- support/Makefile | 6 + support/capture_subprocess.h | 6 + support/subprocess.h | 49 ++++++ support/support_capture_subprocess.c | 80 +++++---- support/support_subprocess.c | 152 +++++++++++++++++ support/tst-support_capture_subprocess.c | 183 ++++++++++++++++++++- .../{xpthread_rwlock_destroy.c => xposix_spawn.c} | 18 +- ...troy.c => xposix_spawn_file_actions_addclose.c} | 15 +- ...stroy.c => xposix_spawn_file_actions_adddup2.c} | 16 +- support/{xpthread_rwlock_destroy.c => xspawn.h} | 24 ++- 17 files changed, 699 insertions(+), 193 deletions(-) create mode 100644 elf/tst-pldd.c create mode 100644 support/subprocess.h create mode 100644 support/support_subprocess.c copy support/{xpthread_rwlock_destroy.c => xposix_spawn.c} (65%) copy support/{xpthread_rwlock_destroy.c => xposix_spawn_file_actions_addclose.c} (69%) copy support/{xpthread_rwlock_destroy.c => xposix_spawn_file_actions_adddup2.c} (67%) copy support/{xpthread_rwlock_destroy.c => xspawn.h} (64%)