This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.25/master in repository glibc.
from 771c846a71 linux: make getcwd(3) fail if it cannot obtain an absolute p [...] new aedc861c42 nptl: Add test for callee-saved register restore in pthread_exit new 5d4c589ca4 [BZ #22637] Fix stack guard size accounting new 3e75e676da nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ [...] new 41acd32eb7 nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636] new ea2da72230 nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636] new 8343b9da62 nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions new abf2e34ee6 csu: Update __libgcc_s_init comment
The 7 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 | 48 +++++ NEWS | 2 + nptl/Makefile | 14 +- nptl/allocatestack.c | 4 + nptl/descr.h | 4 +- nptl/nptl-init.c | 5 +- nptl/pthread_getattr_np.c | 7 +- nptl/{tst-detach1.c => tst-minstack-cancel.c} | 45 ++--- nptl/{tst-detach1.c => tst-minstack-exit.c} | 43 ++--- nptl/tst-minstack-throw.cc | 87 +++++++++ nptl/tst-thread-exit-clobber.cc | 243 ++++++++++++++++++++++++++ sysdeps/gnu/unwind-resume.c | 8 +- sysdeps/nptl/unwind-forcedunwind.c | 2 +- 13 files changed, 446 insertions(+), 66 deletions(-) copy nptl/{tst-detach1.c => tst-minstack-cancel.c} (55%) copy nptl/{tst-detach1.c => tst-minstack-exit.c} (55%) create mode 100644 nptl/tst-minstack-throw.cc create mode 100644 nptl/tst-thread-exit-clobber.cc