This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from b5bf62e40c hurd: fix build new 52a01100ad elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787] new 999a6dab3e ldconfig: Sync temporary files to disk before renaming them [...]
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 | 29 ++++++++++++ elf/Makefile | 3 +- elf/cache.c | 10 ++-- elf/dl-caller.c | 86 ---------------------------------- elf/dl-load.c | 7 --- elf/dl-open.c | 9 ---- elf/rtld.c | 1 - include/caller.h | 31 ------------ sysdeps/generic/ldsodefs.h | 5 -- sysdeps/unix/sysv/linux/dl-execstack.c | 7 --- 10 files changed, 37 insertions(+), 151 deletions(-) delete mode 100644 elf/dl-caller.c delete mode 100644 include/caller.h