This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch google/grte/v5-2.27/master in repository glibc.
from 833c10ad00 Disable static linking warning for dlopen and dlmopen, and d [...] new 0010a400dc For Google b/8315591, experimental implementation of dlopen_ [...] new 024f0eb409 For b/18243822, fix dlopen_with_offset to not reuse the same [...] new 295883290d Fix arm build by only using _itoa when building ld-linux, an [...] new 771d3bf706 For b/8315591, b/20141439 correct off-by-one error that resu [...] new a6241b6575 For b/20141439, don't add "foo.so" as alternate name for pre [...] new 7f30d0cc34 For b/22641205, #include _itoa.h
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: dlfcn/Versions | 3 ++ dlfcn/dlfcn.h | 12 ++++++++ dlfcn/dlmopen.c | 56 +++++++++++++++++++++++++++-------- dlfcn/dlopen.c | 43 +++++++++++++++++++-------- dlfcn/dlopenold.c | 2 +- elf/dl-deps.c | 2 +- elf/dl-libc.c | 4 ++- elf/dl-load.c | 73 ++++++++++++++++++++++++++++++++++------------ elf/dl-open.c | 7 +++-- elf/rtld.c | 6 ++-- include/dlfcn.h | 11 +++++++ include/link.h | 6 ++++ sysdeps/generic/ldsodefs.h | 12 +++++--- 13 files changed, 183 insertions(+), 54 deletions(-)