This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/bug25486 in repository glibc.
discards 44b456205a ld.so: Do not export free/calloc/malloc/realloc functions [B [...] discards de8c7d131d elf: Introduce the rtld-weak-symbols Makefile variable new 68608ef426 elf: Extract _dl_sym_post, _dl_sym_find_caller_map from elf/ [...] new c1cfeffdf9 Remove weak declaration of free from <inline-hashtab.h> new cea55c7e3a ld.so: Do not export free/calloc/malloc/realloc functions [B [...]
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 (44b456205a) \ N -- N -- N refs/heads/fw/bug25486 (cea55c7e3a)
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 3 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/Makefile | 19 +++------ elf/dl-minimal.c | 64 ++++++++++++++++++++-------- elf/dl-sym-post.h | 106 +++++++++++++++++++++++++++++++++++++++++++++++ elf/dl-sym.c | 86 ++------------------------------------ elf/rtld.c | 13 ++++-- include/inline-hashtab.h | 15 +++---- include/libc-symbols.h | 9 +++- include/rtld-malloc.h | 10 +++-- 8 files changed, 190 insertions(+), 132 deletions(-) create mode 100644 elf/dl-sym-post.h