This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.33/master in repository glibc.
from 162df872f0 x86: tst-cpu-features-supports.c: Update AMX check new ea299b62e8 nptl_db: Support different libpthread/ld.so load orders (bug 27744) new 36783141cf nptl: Check for compatible GDB in nptl/tst-pthread-gdb-attach new 3f5080aedd nptl: Do not build nptl/tst-pthread-gdb-attach as PIE
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: NEWS | 1 + nptl/Makefile | 22 +++- nptl/pthread_create.c | 8 ++ nptl/tst-pthread-gdb-attach-static.c | 1 + nptl/tst-pthread-gdb-attach.c | 217 +++++++++++++++++++++++++++++++++++ nptl_db/structs.def | 3 +- nptl_db/td_init.c | 15 +-- nptl_db/thread_dbP.h | 2 + 8 files changed, 258 insertions(+), 11 deletions(-) create mode 100644 nptl/tst-pthread-gdb-attach-static.c create mode 100644 nptl/tst-pthread-gdb-attach.c