This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7abf02f3ee support_enter_mount_namespace: Fix indentation new 82eef55f8f elf: Support dlvsym within libc.so new 8a5df95ffa i386: In makecontext, align the stack before calling exit [B [...]
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 | 33 +++ elf/Makefile | 16 +- elf/Versions | 4 +- elf/dl-libc.c | 73 ++++++- posix/sched_cpufree.c => elf/tst-libc_dlvsym-dso.c | 11 +- elf/{tst-pie2.c => tst-libc_dlvsym-static.c} | 24 +- elf/{tst-pie2.c => tst-libc_dlvsym.c} | 26 +-- elf/tst-libc_dlvsym.h | 125 +++++++++++ include/dlfcn.h | 2 + stdlib/Makefile | 3 +- stdlib/tst-makecontext-align.c | 241 +++++++++++++++++++++ sysdeps/unix/sysv/linux/i386/makecontext.S | 14 +- 12 files changed, 525 insertions(+), 47 deletions(-) copy posix/sched_cpufree.c => elf/tst-libc_dlvsym-dso.c (79%) copy elf/{tst-pie2.c => tst-libc_dlvsym-static.c} (72%) copy elf/{tst-pie2.c => tst-libc_dlvsym.c} (70%) create mode 100644 elf/tst-libc_dlvsym.h create mode 100644 stdlib/tst-makecontext-align.c