This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8ac0f9e6f7 hurd: Avoid PLTs for __pthread_get/setspecific new 2813e41e90 Replace gen-libm-test.pl with gen-libm-test.py.
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: ChangeLog | 19 + math/Makefile | 26 +- math/README.libm-test | 20 +- math/gen-libm-test.pl | 846 ----------------------------------------- math/gen-libm-test.py | 603 +++++++++++++++++++++++++++++ math/libm-test-driver.c | 2 +- math/libm-test-nexttoward.inc | 2 +- math/libm-test-support.c | 2 +- math/libm-test-support.h | 4 +- sysdeps/generic/libm-test-ulps | 2 +- 10 files changed, 651 insertions(+), 875 deletions(-) delete mode 100755 math/gen-libm-test.pl create mode 100755 math/gen-libm-test.py