This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e2a65ecc4b math: Update mips64 ulps new f4c142bb9f arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405) new 1e9a550ba4 powerpc: Remove power7 strstr optimization new fe00366b63 treewide: python-scripts: use `is None` for none-equality new 59e0441d4a tests: gracefully handle AppArmor userns containment new 0a4d6c8254 benchtests: Add more benchtests for rounding functions.
The 5 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: benchtests/Makefile | 11 + benchtests/{roundeven-inputs => ceil-inputs} | 0 benchtests/{roundevenf-inputs => ceilf-inputs} | 0 benchtests/{roundeven-inputs => floor-inputs} | 0 benchtests/{roundevenf-inputs => floorf-inputs} | 0 benchtests/{roundeven-inputs => llrint-inputs} | 0 benchtests/{roundevenf-inputs => llrintf-inputs} | 0 benchtests/{roundeven-inputs => lrint-inputs} | 0 benchtests/{roundevenf-inputs => lrintf-inputs} | 0 benchtests/{roundeven-inputs => nearbyint-inputs} | 0 .../{roundevenf-inputs => nearbyintf-inputs} | 0 benchtests/{rint-inputs => rintf-inputs} | 4 +- elf/Makefile | 2 +- elf/dl-find_object.c | 5 +- include/dlfcn.h | 3 +- math/gen-tgmath-tests.py | 6 +- nptl/nptl-printers.py | 2 +- support/test-container.c | 7 +- sysdeps/arm/find_exidx.c | 57 +-- sysdeps/powerpc/powerpc64/multiarch/Makefile | 2 +- .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 9 - .../powerpc/powerpc64/multiarch/strstr-power7.S | 33 -- sysdeps/powerpc/powerpc64/multiarch/strstr-ppc64.c | 29 -- sysdeps/powerpc/powerpc64/multiarch/strstr.c | 36 -- sysdeps/powerpc/powerpc64/power7/Makefile | 1 - sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c | 27 -- sysdeps/powerpc/powerpc64/power7/strstr.S | 535 --------------------- sysdeps/unix/sysv/linux/tst-pidfd_getpid.c | 3 +- 28 files changed, 35 insertions(+), 737 deletions(-) copy benchtests/{roundeven-inputs => ceil-inputs} (100%) copy benchtests/{roundevenf-inputs => ceilf-inputs} (100%) copy benchtests/{roundeven-inputs => floor-inputs} (100%) copy benchtests/{roundevenf-inputs => floorf-inputs} (100%) copy benchtests/{roundeven-inputs => llrint-inputs} (100%) copy benchtests/{roundevenf-inputs => llrintf-inputs} (100%) copy benchtests/{roundeven-inputs => lrint-inputs} (100%) copy benchtests/{roundevenf-inputs => lrintf-inputs} (100%) copy benchtests/{roundeven-inputs => nearbyint-inputs} (100%) copy benchtests/{roundevenf-inputs => nearbyintf-inputs} (100%) copy benchtests/{rint-inputs => rintf-inputs} (69%) delete mode 100644 sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S delete mode 100644 sysdeps/powerpc/powerpc64/multiarch/strstr-ppc64.c delete mode 100644 sysdeps/powerpc/powerpc64/multiarch/strstr.c delete mode 100644 sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c delete mode 100644 sysdeps/powerpc/powerpc64/power7/strstr.S