This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6721b9d52e Update translations new eb447b7b4b elf: Allow dlopen of filter object to work [BZ #16272] new 71bcfa6245 elf: avoid redundant sort in dlopen new 0a8ce6a096 elf: avoid stack allocation in dl_open_worker
The 3 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 | 18 ++++++- elf/dl-deps.c | 39 +++++++++++---- elf/dl-open.c | 39 ++++++++------- .../tst-auxobj-dlopen.c | 55 ++++++++++------------ .../tst-mtx-recursive.c => elf/tst-auxobj.c | 31 ++++++------ .../htl/thrd_current.c => elf/tst-filterobj-aux.c | 22 +++++---- ...-sonamemove-dlopen.c => tst-filterobj-dlopen.c} | 24 ++++++---- .../tst-cache-ppc.c => elf/tst-filterobj-filtee.c | 16 +++---- .../htl/thrd_yield.c => elf/tst-filterobj-filtee.h | 14 +++--- .../dl-vdso-setup.h => elf/tst-filterobj-flt.c | 15 +++--- .../powerpc/tst-cache-ppc.c => elf/tst-filterobj.c | 21 ++++++--- 11 files changed, 162 insertions(+), 132 deletions(-) copy sysdeps/powerpc/tst-cache-ppc-static-dlopen.c => elf/tst-auxobj-dlopen.c (54%) copy sysdeps/pthread/tst-mtx-recursive.c => elf/tst-auxobj.c (59%) copy sysdeps/htl/thrd_current.c => elf/tst-filterobj-aux.c (64%) copy elf/{tst-sonamemove-dlopen.c => tst-filterobj-dlopen.c} (62%) copy sysdeps/powerpc/tst-cache-ppc.c => elf/tst-filterobj-filtee.c (77%) copy sysdeps/mach/htl/thrd_yield.c => elf/tst-filterobj-filtee.h (79%) copy sysdeps/generic/dl-vdso-setup.h => elf/tst-filterobj-flt.c (76%) copy sysdeps/powerpc/tst-cache-ppc.c => elf/tst-filterobj.c (69%)