This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr21598 in repository glibc.
discards c829d137bb Remove internal_function on exported symbols from ld.so discards 4dbd606b6b Remove _dl_out_of_memory from elf/Versions adds 52243b520e Remove _dl_out_of_memory from elf/Versions new e315c031cb Add private_function new c6d9039a92 i386: Fix _dl_runtime_resolve new 763945d1d7 Use private_function new 6a13baa84f Add private_function. new 0185c0b618 Fix _dl_runtime_profile
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (c829d137bb) \ N -- N -- N refs/heads/hjl/pr21598 (0185c0b618)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 5 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 | 4 +++ config.h.in | 7 ----- debug/fortify_fail.c | 2 +- elf/dl-addr.c | 2 +- elf/dl-error-skeleton.c | 2 ++ elf/dl-execstack.c | 1 + elf/dl-load.c | 1 + elf/dl-open.c | 1 + elf/dl-support.c | 2 +- elf/dl-sym.c | 4 +-- elf/dl-tls.c | 4 +++ grp/grp-merge.c | 4 +-- grp/grp-merge.h | 4 +-- include/dlfcn.h | 6 ++-- include/libc-symbols.h | 10 ++++-- include/rpc/pmap_clnt.h | 2 +- include/stdio.h | 2 +- include/stdlib.h | 14 +++++---- inet/inet6_scopeid_pton.c | 2 +- inet/net-internal.h | 2 +- locale/findlocale.c | 2 +- locale/loadarchive.c | 2 +- locale/loadlocale.c | 2 +- nptl/allocatestack.c | 1 + nptl/libc_pthread_init.c | 1 + nptl/pthreadP.h | 8 +++-- nss/XXX-lookup.c | 6 ++-- nss/getXXbyYY_r.c | 2 +- nss/getXXent_r.c | 2 +- nss/nsswitch.h | 2 +- resolv/gai_misc.h | 2 +- resolv/gai_sigqueue.c | 2 +- stdlib/strtod_nan_main.c | 2 +- sunrpc/pm_getport.c | 2 +- sysdeps/generic/ldsodefs.h | 24 +++++++++------ sysdeps/i386/dl-trampoline.S | 37 ++++++++++++----------- sysdeps/posix/opendir.c | 4 +-- sysdeps/unix/sysv/linux/dl-execstack.c | 1 + sysdeps/unix/sysv/linux/gai_sigqueue.c | 2 +- sysdeps/unix/sysv/linux/netlink_assert_response.c | 2 +- sysdeps/unix/sysv/linux/netlinkaccess.h | 2 +- 41 files changed, 105 insertions(+), 79 deletions(-)