This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c2e014cc33 getrlimit64: fix for 32-bit configurations with default vers [...] new dabd75b6a1 support: Define support_static_assert for use with C and C++ new 579396ee08 nptl: Add test for callee-saved register restore in pthread_exit
The 2 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 | 14 +++ nptl/Makefile | 7 +- nptl/tst-thread-exit-clobber.cc | 243 ++++++++++++++++++++++++++++++++++++++++ support/check.h | 25 +++-- 4 files changed, 278 insertions(+), 11 deletions(-) create mode 100644 nptl/tst-thread-exit-clobber.cc