This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from a8f0fc4e5f htl: Add internal version of __pthread_mutex_timedlock adds 791a08cf37 Update Translations adds 5177d85b0c Clear GL(dl_initfirst) when freeing its link_map memory [BZ# 25396] adds a332bd1518 elf: Add elf/tst-dlopenfail-2 [BZ #25396] adds a9ed2b2747 vcs-to-changelog: Add quirk for __nonnull adds def9c08c94 Revert outdated translations adds c908ae0492 powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802] adds 18363b4f01 powerpc: Move cache line size to rtld_global_ro adds 70ba28f7ab Fix tst-pkey.c pkey_alloc return checks and manual adds 768c83b7f6 Remove incorrect alloc_size attribute from pvalloc [BZ #25401] adds be5c5315b9 powerpc32: Fix syntax error in __GLRO macro adds 9f8b135f76 Fix maybe-uninitialized error on powerpc new 63675a927e translations: Run msgmerge when downloading translations new 35869b8531 Update translations new afbfe2d963 translations: Trim po files using msgattrib new 3cb57302ed translations: Update translations new aba12794dc Get rid of Werror=maybe-uninitialized in res_send.c. new 92ce43eef7 Run bench-timing-type with newly built libc. new 8b222fa387 getaddrinfo: Fix resource leak after strdup failure in getho [...] new d937694059 Fix array overflow in backtrace on PowerPC (bug 25423)
The 8 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 | 5 +- debug/tst-backtrace5.c | 12 + elf/Makefile | 9 +- elf/dl-close.c | 4 + elf/dl-support.c | 3 +- elf/dl-sysdep.c | 3 +- elf/{tst-dlopenfail.c => tst-dlopenfail-2.c} | 40 +- .../tst-abi-fp64mod.c => elf/tst-dlopenfailmod3.c | 9 +- malloc/Makefile | 2 +- malloc/malloc.h | 3 +- .../tst-pvalloc-fortify.c | 45 +- manual/memory.texi | 4 + po/Makefile | 8 +- po/be.po | 6137 +++------------ po/bg.po | 189 +- po/ca.po | 728 +- po/cs.po | 963 +-- po/da.po | 1812 +---- po/de.po | 195 +- po/el.po | 5505 +------------ po/eo.po | 3624 +-------- po/es.po | 1019 +-- po/fi.po | 1770 +---- po/fr.po | 656 +- po/gl.po | 3525 +-------- po/hr.po | 539 +- po/hu.po | 7523 +++--------------- po/ia.po | 4845 +----------- po/id.po | 1885 +---- po/it.po | 1539 +--- po/ja.po | 2297 +----- po/ko.po | 407 +- po/lt.po | 8156 +++---------------- po/nb.po | 5348 +------------ po/nl.po | 428 +- po/pl.po | 189 +- po/pt_BR.po | 234 +- po/ru.po | 452 +- po/rw.po | 8288 +------------------- po/sk.po | 3313 +------- po/sl.po | 5251 +------------ po/sv.po | 199 +- po/tr.po | 1675 ++-- po/uk.po | 393 +- po/vi.po | 515 +- po/zh_CN.po | 1087 +-- po/zh_TW.po | 253 +- resolv/res_send.c | 4 + scripts/vcs_to_changelog/vcstocl_quirks.py | 2 + sysdeps/generic/{dl-vdso-setup.h => dl-auxv.h} | 15 +- sysdeps/ieee754/dbl-64/mpa.c | 7 + sysdeps/posix/getaddrinfo.c | 1 + sysdeps/powerpc/Makefile | 17 + sysdeps/powerpc/dl-procinfo.c | 17 + .../getauxval.c => sysdeps/powerpc/mod-cache-ppc.c | 47 +- sysdeps/powerpc/powerpc32/a2/memcpy.S | 23 +- sysdeps/powerpc/powerpc32/backtrace.c | 2 + sysdeps/powerpc/powerpc32/dl-machine.c | 11 +- sysdeps/powerpc/powerpc32/memset.S | 29 +- sysdeps/powerpc/powerpc32/sysdep.h | 26 + sysdeps/powerpc/powerpc64/a2/memcpy.S | 13 +- sysdeps/powerpc/powerpc64/backtrace.c | 2 + sysdeps/powerpc/powerpc64/memset.S | 11 +- sysdeps/powerpc/powerpc64/sysdep.h | 24 + sysdeps/powerpc/rtld-global-offsets.sym | 1 + .../powerpc/tst-cache-ppc-static-dlopen.c | 42 +- .../powerpc/tst-cache-ppc-static.c | 8 +- .../tst-platform-1.c => powerpc/tst-cache-ppc.c} | 10 +- .../unix/sysv/linux/powerpc/dl-auxv.h | 27 +- sysdeps/unix/sysv/linux/powerpc/dl-static.c | 16 +- sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c | 33 - sysdeps/unix/sysv/linux/powerpc/libc-start.c | 10 +- sysdeps/unix/sysv/linux/tst-pkey.c | 4 + 73 files changed, 7578 insertions(+), 73910 deletions(-) copy elf/{tst-dlopenfail.c => tst-dlopenfail-2.c} (58%) copy sysdeps/mips/tst-abi-fp64mod.c => elf/tst-dlopenfailmod3.c (87%) copy nss/tst-nss-files-hosts-long.c => malloc/tst-pvalloc-fortify.c (50%) copy sysdeps/generic/{dl-vdso-setup.h => dl-auxv.h} (76%) copy misc/getauxval.c => sysdeps/powerpc/mod-cache-ppc.c (56%) copy elf/tst-audit12.c => sysdeps/powerpc/tst-cache-ppc-static-dlopen.c (59%) copy benchtests/bench-wcpncpy.c => sysdeps/powerpc/tst-cache-ppc-static.c (81%) copy sysdeps/{x86_64/tst-platform-1.c => powerpc/tst-cache-ppc.c} (80%) copy stdlib/strtoll.c => sysdeps/unix/sysv/linux/powerpc/dl-auxv.h (67%) delete mode 100644 sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c