This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ba0fedc2b9 arm: Fix tst-gnu2-tls2 new 229f65f5f3 support: Add support_spawn_wrap and related functionality new 364426a59e elf: Add test case for LD_PROFILE/LD_PROFILE_OUTPUT interaction
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: elf/Makefile | 1 + elf/tst-ld_profile.c | 139 +++++++++++++++++++++++ support/Makefile | 7 ++ support/subprocess.h | 32 ++++++ support/support_spawn_wrap.c | 171 ++++++++++++++++++++++++++++ support/tst-support_spawn_wrap.c | 235 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 585 insertions(+) create mode 100644 elf/tst-ld_profile.c create mode 100644 support/support_spawn_wrap.c create mode 100644 support/tst-support_spawn_wrap.c