This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.29/master in repository glibc.
from 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 | 35 ++++ NEWS | 1 + elf/Makefile | 1 + elf/pldd-xx.c | 114 +++++-------- elf/pldd.c | 64 ++++--- elf/tst-pldd.c | 118 +++++++++++++ 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 ++- 16 files changed, 698 insertions(+), 184 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%)