This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from b2b1ea8 Update wcsmbs tests to use the support test driver new 18b6e2c powerpc64: Add POWER8 strnlen new ff65c87 Add page tests to string/test-strnlen. new 36fe25f Update elf tests to use the support test driver.
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 | 98 +++++ elf/next.c | 3 +- elf/nodelete.c | 3 +- elf/order2.c | 3 +- elf/tst-_dl_addr_inside_object.c | 3 +- elf/tst-addr1.c | 3 +- elf/tst-align.c | 3 +- elf/tst-align2.c | 3 +- elf/tst-audit11.c | 3 +- elf/tst-audit12.c | 3 +- elf/tst-audit2.c | 3 +- elf/tst-audit9.c | 3 +- elf/tst-auxv.c | 3 +- elf/tst-deep1.c | 3 +- elf/tst-dl-iter-static.c | 3 +- elf/tst-dlmodcount.c | 3 +- elf/tst-dlmopen1.c | 3 +- elf/tst-dlmopen2.c | 3 +- elf/tst-dlmopen3.c | 3 +- elf/tst-dlopen-aout.c | 2 +- elf/tst-dlopenrpath.c | 3 +- elf/tst-dlsym-error.c | 3 +- elf/tst-execstack-needed.c | 4 +- elf/tst-execstack-prog.c | 4 +- elf/tst-execstack.c | 3 +- elf/tst-global1.c | 3 +- elf/tst-gnu2-tls1.c | 3 +- elf/tst-latepthread.c | 3 +- elf/tst-leaks1.c | 3 +- elf/tst-linkall-static.c | 11 +- elf/tst-nodelete-opened.c | 3 +- elf/tst-nodelete.cc | 3 +- elf/tst-nodelete2.c | 3 +- elf/tst-noload.c | 3 +- elf/tst-null-argv.c | 3 +- elf/tst-order-main.c | 3 +- elf/tst-pathopt.c | 3 +- elf/tst-pie2.c | 3 +- elf/tst-piemod1.c | 3 +- elf/tst-prelink.c | 3 +- elf/tst-protected1a.c | 4 +- elf/tst-protected1b.c | 4 +- elf/tst-ptrguard1.c | 33 +- elf/tst-relsort1.c | 3 +- elf/tst-stackguard1.c | 27 +- elf/tst-thrlock.c | 3 +- elf/tst-tls-dlinfo.c | 3 +- elf/tst-tls-manydynamic.c | 5 +- elf/tst-tls1.c | 3 +- elf/tst-tls10.c | 3 +- elf/tst-tls11.c | 3 +- elf/tst-tls12.c | 3 +- elf/tst-tls13.c | 3 +- elf/tst-tls14.c | 3 +- elf/tst-tls15.c | 3 +- elf/tst-tls16.c | 3 +- elf/tst-tls17.c | 3 +- elf/tst-tls18.c | 3 +- elf/tst-tls19.c | 3 +- elf/tst-tls2.c | 3 +- elf/tst-tls3.c | 3 +- elf/tst-tls4.c | 3 +- elf/tst-tls5.c | 3 +- elf/tst-tls6.c | 3 +- elf/tst-tls7.c | 3 +- elf/tst-tls8.c | 4 +- elf/tst-tls9.c | 3 +- elf/tst-tlsalign-extern.c | 3 +- elf/tst-tlsalign.c | 3 +- elf/tst-unique1.c | 3 +- elf/tst-unique2.c | 3 +- elf/vismain.c | 3 +- string/test-strnlen.c | 54 +++ sysdeps/powerpc/powerpc64/multiarch/Makefile | 5 +- .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 3 + .../{strcasecmp-power7.S => strnlen-power8.S} | 12 +- sysdeps/powerpc/powerpc64/multiarch/strnlen.c | 9 +- sysdeps/powerpc/powerpc64/power8/strnlen.S | 433 +++++++++++++++++++++ 78 files changed, 725 insertions(+), 170 deletions(-) copy sysdeps/powerpc/powerpc64/multiarch/{strcasecmp-power7.S => strnlen-power8.S} (80%) create mode 100644 sysdeps/powerpc/powerpc64/power8/strnlen.S