This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from a7a3435c9a powerpc/fpu: use generic fma functions adds 74edc05817 manual/jobs.texi: remove unused var from example code adds 6f10ff02cb powerpc: Fix powerpc64le due a7a3435c9a adds 3f6e4fc454 support: Fix detecting hole support on >2KB-block filesystems adds 9b7424215b Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGE adds f607047668 Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.h adds e52434a2e4 benchtests: Restore the clock_gettime option adds 6ef4227509 powerpc64le: use common fmaf128 implementation adds a23bd00f9d powerpc64le: add optimized strlen for P9 adds 8dbb7a08ec dl-runtime: reloc_{offset,index} now functions arch overide'able adds ecfa912f42 hurd: Add stack guard support adds 8fcc772da8 hurd: Add pointer guard support new 02937d825a hurd: fix clearing SS_ONSTACK when longjmp-ing from sighandler new 785ec62dbd hurd: Reject raising invalid signals new fab94894d5 hurd: Fix hang in _hurd_raise_signal from pthread_kill new 6c5ca98d09 htl: fix register-atfork ordering new be22a151f3 htl: Add sem_clockwait support
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 | 6 + benchtests/README | 7 +- benchtests/bench-timing.h | 7 +- elf/dl-runtime.c | 28 +-- sysdeps/powerpc/dl-tls.c => elf/dl-runtime.h | 18 +- elf/dl-tunables.c | 4 +- htl/Versions | 4 +- htl/register-atfork.c | 14 +- hurd/hurd-raise.c | 7 + manual/job.texi | 1 - nptl/Makefile | 2 +- support/support_descriptor_supports_holes.c | 6 +- sysdeps/generic/hp-timing.h | 11 +- sysdeps/hppa/dl-runtime.c | 4 - sysdeps/{powerpc/dl-tls.c => hppa/dl-runtime.h} | 19 +- sysdeps/htl/sem-timedwait.c | 12 +- sysdeps/htl/sem-wait.c | 3 +- sysdeps/i386/{nptl => htl}/Makefile | 2 +- sysdeps/i386/htl/tcb-offsets.sym | 8 + sysdeps/mach/hurd/i386/Makefile | 4 + sysdeps/mach/hurd/i386/____longjmp_chk.S | 70 +++---- sysdeps/mach/hurd/i386/__longjmp.S | 84 ++++++++ sysdeps/mach/hurd/i386/ld.abilist | 1 - sysdeps/mach/hurd/i386/libpthread.abilist | 1 + sysdeps/mach/hurd/i386/tls.h | 16 ++ sysdeps/powerpc/fpu/math-use-builtins.h | 8 + .../powerpc64/le/fpu/multiarch/s_fmaf128-power9.c | 4 +- .../powerpc/powerpc64/le/power9/fpu/s_fmaf128.c | 36 ---- sysdeps/powerpc/powerpc64/le/power9/rtld-strlen.S | 1 + sysdeps/powerpc/powerpc64/le/power9/strlen.S | 213 +++++++++++++++++++++ sysdeps/powerpc/powerpc64/multiarch/Makefile | 2 +- .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 4 + .../powerpc/powerpc64/multiarch/strlen-power9.S | 2 + sysdeps/powerpc/powerpc64/multiarch/strlen.c | 5 + sysdeps/pthread/Makefile | 2 +- {nptl => sysdeps/pthread}/tst-sem5.c | 0 sysdeps/x86_64/dl-runtime.c | 9 - sysdeps/{hppa/dl-irel.h => x86_64/dl-runtime.h} | 37 ++-- 38 files changed, 508 insertions(+), 154 deletions(-) copy sysdeps/powerpc/dl-tls.c => elf/dl-runtime.h (71%) copy sysdeps/{powerpc/dl-tls.c => hppa/dl-runtime.h} (66%) copy sysdeps/i386/{nptl => htl}/Makefile (93%) create mode 100644 sysdeps/i386/htl/tcb-offsets.sym create mode 100644 sysdeps/mach/hurd/i386/__longjmp.S delete mode 100644 sysdeps/powerpc/powerpc64/le/power9/fpu/s_fmaf128.c create mode 100644 sysdeps/powerpc/powerpc64/le/power9/rtld-strlen.S create mode 100644 sysdeps/powerpc/powerpc64/le/power9/strlen.S create mode 100644 sysdeps/powerpc/powerpc64/multiarch/strlen-power9.S rename {nptl => sysdeps/pthread}/tst-sem5.c (100%) delete mode 100644 sysdeps/x86_64/dl-runtime.c copy sysdeps/{hppa/dl-irel.h => x86_64/dl-runtime.h} (56%)