This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from aaa23c3507 x86: Optimize strlen-avx2.S new a64afc2252 nptl_db: Support different libpthread/ld.so load orders (bug 27744)
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: nptl/Makefile | 19 ++++- nptl/pthread_create.c | 8 ++ nptl/tst-pthread-gdb-attach-static.c | 1 + nptl/tst-pthread-gdb-attach.c | 143 +++++++++++++++++++++++++++++++++++ nptl_db/structs.def | 3 +- nptl_db/td_init.c | 15 ++-- nptl_db/thread_dbP.h | 2 + 7 files changed, 180 insertions(+), 11 deletions(-) create mode 100644 nptl/tst-pthread-gdb-attach-static.c create mode 100644 nptl/tst-pthread-gdb-attach.c