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 7f30d0cc34 For b/22641205, #include _itoa.h new 3c96f7985f Fix GCC compilation issues in cherrypicks new c0342bb26e Add a hunk lost in merge new bc386ac6d8 Add basic testsuite for dlopen_with_offset new 2a5d5a4953 Remove a newline
The 4 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/dlopen.c | 8 +++ elf/Makefile | 9 +++ elf/dl-dst.h | 2 +- elf/tst-dlopen-offset-mod1.c | 15 ++++ elf/tst-dlopen-offset-mod2.c | 8 +++ elf/tst-dlopen-offset-mod3.c | 8 +++ elf/tst-dlopen-offset.c | 144 +++++++++++++++++++++++++++++++++++++ nss/nss_borg/borg-pwd.c | 2 +- sysdeps/unix/sysv/linux/x86/time.c | 2 + 9 files changed, 196 insertions(+), 2 deletions(-) create mode 100644 elf/tst-dlopen-offset-mod1.c create mode 100644 elf/tst-dlopen-offset-mod2.c create mode 100644 elf/tst-dlopen-offset-mod3.c create mode 100644 elf/tst-dlopen-offset.c