This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from a7aad6e2b7 hurd: Use the new __proc_reauthenticate_complete protocol new aa1bf89039 elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_object new 749310c61b elf: Add l_soname accessor function for DT_SONAME values new d12cb8e452 elf: Merge __dl_libc_freemem into __rtld_libc_freeres new edc6842bbc elf: Determine the caller link map in _dl_open new b05e78d473 elf: Add fast path to dlopen for fully-opened maps new fc058b46c7 elf: Use _dl_find_object instead of _dl_find_dso_for_object [...]
The 6 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/dl-libc.c | 107 --------------------------------------------- elf/dl-libc_freeres.c | 101 ++++++++++++++++++++++++++++++++++++++++++ elf/dl-load.c | 64 +++++++++++++++------------ elf/dl-open.c | 87 +++++++++++++++++++++--------------- elf/rtld.c | 44 ++++++++----------- elf/setup-vdso.h | 15 ++++--- elf/sprof.c | 5 +-- include/set-freeres.h | 1 - malloc/set-freeres.c | 2 - sysdeps/generic/ldsodefs.h | 25 +++++++++++ 10 files changed, 241 insertions(+), 210 deletions(-)