This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7e1d42400c Replace gen-as-const.awk by gen-as-const.py. new e5d262effe Fix _dl_profile_fixup data-dependency issue (Bug 23690)
The 1 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 | 15 ++++ elf/dl-runtime.c | 48 +++++++++-- include/link.h | 4 + nptl/Makefile | 14 +++- nptl/tst-audit-threads-mod1.c | 74 +++++++++++++++++ .../tst-audit-threads-mod2.c | 13 ++- nptl/tst-audit-threads.c | 97 ++++++++++++++++++++++ nptl/tst-audit-threads.h | 92 ++++++++++++++++++++ 8 files changed, 342 insertions(+), 15 deletions(-) create mode 100644 nptl/tst-audit-threads-mod1.c copy elf/tst-absolute-sym-lib.c => nptl/tst-audit-threads-mod2.c (81%) create mode 100644 nptl/tst-audit-threads.c create mode 100644 nptl/tst-audit-threads.h