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-Oz in repository toolchain/ci/glibc.
from 61d64408a1 Update timezone code from tzcode 2020a adds 501bdb5dd6 Linux: Remove remnants of the getcpu cache adds cbfc16122e sunrpc/tst-udp-*: Fix timeout value adds 674ea88294 x86: Move CET control to _dl_x86_feature_control [BZ #25887] adds 3903704850 powerpc: Optimized strcpy for POWER9 adds aa70d05632 powerpc: Optimized stpcpy for POWER9 adds 7b5bfe7783 elf: Assert that objects are relocated before their construc [...] adds ce12fc7113 Remove NO_CTORS_DTORS_SECTIONS macro
No new revisions were added by this update.
Summary of changes: Makerules | 6 +- config.h.in | 3 - configure | 53 ------ configure.ac | 30 ---- csu/init-first.c | 4 - elf/Makefile | 2 +- elf/dl-init.c | 6 + elf/rtld.c | 2 + elf/sofini.c | 12 -- elf/soinit.c | 43 ----- include/libc-internal.h | 3 - sunrpc/tst-udp-nonblocking.c | 2 +- sunrpc/tst-udp-timeout.c | 16 +- sysdeps/i386/dl-machine.h | 2 +- sysdeps/mach/hurd/i386/init-first.c | 5 - .../powerpc64/{power8 => le/power9}/stpcpy.S | 4 +- sysdeps/powerpc/powerpc64/le/power9/strcpy.S | 187 +++++++++++++++++++++ sysdeps/powerpc/powerpc64/multiarch/Makefile | 2 +- .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 8 + .../multiarch/{stpcpy-power8.S => stpcpy-power9.S} | 6 +- sysdeps/powerpc/powerpc64/multiarch/stpcpy.c | 17 +- .../multiarch/{strcmp-power9.S => strcpy-power9.S} | 6 +- sysdeps/powerpc/powerpc64/multiarch/strcpy.c | 7 + sysdeps/unix/sysv/linux/pthread_setaffinity.c | 5 - sysdeps/unix/sysv/linux/sched_setaffinity.c | 5 - sysdeps/unix/sysv/linux/x86/cpu-features.c | 2 +- .../unix/sysv/linux/x86_64/pthread_setaffinity.c | 14 -- sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c | 14 -- sysdeps/x86/{cet-tunables.h => cet-control.h} | 34 ++-- sysdeps/x86/cpu-features.c | 12 +- sysdeps/x86/cpu-tunables.c | 31 +--- sysdeps/x86/dl-cet.c | 43 +++-- sysdeps/x86/dl-procruntime.c | 22 ++- sysdeps/x86/ldsodefs.h | 1 + sysdeps/x86_64/nptl/tcb-offsets.sym | 1 - sysdeps/x86_64/nptl/tls.h | 2 +- 36 files changed, 323 insertions(+), 289 deletions(-) delete mode 100644 elf/soinit.c copy sysdeps/powerpc/powerpc64/{power8 => le/power9}/stpcpy.S (88%) create mode 100644 sysdeps/powerpc/powerpc64/le/power9/strcpy.S copy sysdeps/powerpc/powerpc64/multiarch/{stpcpy-power8.S => stpcpy-power9.S} (86%) copy sysdeps/powerpc/powerpc64/multiarch/{strcmp-power9.S => strcpy-power9.S} (86%) delete mode 100644 sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c delete mode 100644 sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c rename sysdeps/x86/{cet-tunables.h => cet-control.h} (60%)