This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c70e4e9c9e x86-64: Add sincosf with vector FMA new 630f4cc3aa [BZ #22637] Fix stack guard size accounting new 2b3aa44656 support: Increase usability of TEST_COMPARE new 401311cfba resolv: Support binary labels in test framework
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: ChangeLog | 40 +++++ nptl/allocatestack.c | 4 + nptl/descr.h | 4 +- nptl/nptl-init.c | 5 +- nptl/pthread_getattr_np.c | 7 +- resolv/Makefile | 2 + resolv/tst-resolv-binary.c | 120 ++++++++++++++ support/check.h | 35 ++-- support/resolv_test.c | 294 ++++++++++++++++++--------------- support/support_test_compare_failure.c | 16 +- support/tst-test_compare.c | 18 ++ 11 files changed, 372 insertions(+), 173 deletions(-) create mode 100644 resolv/tst-resolv-binary.c